Skip to content

riedelwerk/opendata-stuttgart.github.io

 
 

Repository files navigation

Bezahlbare open source DIY Feinstaub-Sensoren

Local builds

  1. Create development environment

  2. Clone git repository

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

  2. Install Bundler

```
gem install bundler
```
  1. Install Jekyll
```
bundle install
```
  1. Install Node.js and npm

  2. Install javascript dependencies

```
$ npm install -g grunt-cli
$ npm install -g bower
$ npm install
$ grunt
```
  1. Run Jekyll
bundle exec jekyll serve
  1. Open http://localhost:4000/ in your browser

License

All code is licensed under the MIT License.

Third party code

  • Bootstrap is licensed under the MIT License, Copyright (c) 2011-2015 Twitter, Inc.

  • jQuery is licensed under the MIT License, Copyright (c) 2014 jQuery Foundation and other contributors.

About

Website for Opendata Stuttgart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.7%
  • Ruby 40.1%
  • JavaScript 6.9%
  • CSS 3.3%