Skip to content

glosair/luftdaten-local-labs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luftdaten-local-labs

These are the source files for the map of local Luftdaten.info labs and contacts.

Setup

Install Ruby and GEM: https://jekyllrb.com/docs/installation/#guides

Create Gemfile:

bundle init

inside the Gemfile add this line

gem "jekyll"

Then get the dependencies:

gem install bundler
bundler install

You can now build and serve the site:

bundler exec jekyll serve

Add new lab

Go to the folder _labs, create a copy of stuttgart.yml. Rename it (name of city as filename prefered) and make your changes.

About

Map of local Luftdaten.info labs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.0%
  • HTML 35.3%
  • CSS 7.7%