Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midzer/eisolzried
Feuerwehr Eisolzried website
https://github.com/midzer/eisolzried
jekyll
Last synced: 2 months ago
JSON representation
Feuerwehr Eisolzried website
- Host: GitHub
- URL: https://github.com/midzer/eisolzried
- Owner: midzer
- Created: 2015-09-06T18:33:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T13:46:08.000Z (5 months ago)
- Last Synced: 2024-10-11T00:09:02.394Z (3 months ago)
- Topics: jekyll
- Language: JavaScript
- Homepage: https://feuerwehr-eisolzried.de/
- Size: 97.2 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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`.