Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sjockers/cyclehackberlin.de
- Owner: sjockers
- Created: 2016-01-26T16:29:09.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-10-05T22:18:00.000Z (about 2 years ago)
- Last Synced: 2024-10-04T09:59:30.838Z (about 1 month ago)
- Language: CSS
- Size: 53.3 MB
- Stars: 7
- Watchers: 7
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - sjockers/cyclehackberlin.de - Website for Cyclehack Berlin http://cyclehackberlin.de (others)
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