-
Create development environment
-
Clone git repository
```
git clone https://github.com/opendata-stuttgart/luftdaten.info.git
```
```
gem install bundler
```
- Install Jekyll
```
bundle install
```
- Run Jekyll
bundle exec jekyll serve
- Open
http://localhost:4000/
in your browser