Skip to content
This repository has been archived by the owner on Dec 11, 2017. It is now read-only.

opendata-stuttgart/luftdaten.info

Repository files navigation

!!! 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