Bezahlbare open source DIY Feinstaub-Sensoren
-
Create development environment
-
Clone git repository
```
git clone https://github.com/opendata-stuttgart/opendata-stuttgart.github.io.git
```
```
gem install bundler
```
- Install Jekyll
```
bundle install
```
-
Install Node.js and npm
-
Install javascript dependencies
```
$ npm install -g grunt-cli
$ npm install -g bower
$ npm install
$ grunt
```
- Run Jekyll
bundle exec jekyll serve
- Open
http://localhost:4000/
in your browser
All code is licensed under the MIT License.