/luftdaten.info

Website for dust measuring project

Primary LanguageHTML

!!! Don't use this version. This is only to archive this files !!!

Local builds

  1. Create development environment

  2. Clone git repository

```
git clone https://github.com/opendata-stuttgart/luftdaten.info.git
```
  1. Install Ruby >= 1.9.3

  2. Install Bundler

```
gem install bundler
```
  1. Install Jekyll
```
bundle install
```
  1. Run Jekyll
bundle exec jekyll serve
  1. Open http://localhost:4000/ in your browser