Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/midzer/eisolzried

Feuerwehr Eisolzried website
https://github.com/midzer/eisolzried

jekyll

Last synced: 2 months ago
JSON representation

Feuerwehr Eisolzried website

Awesome Lists containing this project

README

        

# eisolzried

This website is built with [jekyll](http://jekyllrb.com).

## Prerequisites

Following environments have to be installed on your system

* Ruby
* Node.js
* git

## Development

```
git clone https://github.com/midzer/eisolzried.git
cd eisolzried
gem install bundler // when ruby is installed via RVM, you can install gems locally
bundle install // ruby dependencies
npm install // node dependencies
npm start // starts development build
```

Now your default browser should open website at http://localhost:3000 automatically. For production build use `npm run build`.