Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sjockers/cyclehackberlin.de

Website for Cyclehack Berlin http://cyclehackberlin.de
https://github.com/sjockers/cyclehackberlin.de

Last synced: 18 days ago
JSON representation

Website for Cyclehack Berlin http://cyclehackberlin.de

Awesome Lists containing this project

README

        

This is the website for [CycleHack Berlin](http://cyclehackberlin.de/), a hackathon around cycling and bicycle advocacy.

It is powered by [Jekyll](https://jekyllrb.com/) and hosted on [GitHub Pages](https://pages.github.com/).

Install the Bundler gem through RubyGems:

```
$ gem install jekyll bundler
```

Install dev dependencies

```
$ bundle install
```

Run a local server for development (Guard will spin up a web server and [livereload](https://github.com/guard/guard-livereload)):

```
$ bundle exec guard
```

Now browse to http://localhost:4000