https://github.com/midzer/eisolzried
Feuerwehr Eisolzried website
https://github.com/midzer/eisolzried
jekyll
Last synced: about 1 year ago
JSON representation
Feuerwehr Eisolzried website
- Host: GitHub
- URL: https://github.com/midzer/eisolzried
- Owner: midzer
- Created: 2015-09-06T18:33:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T16:45:28.000Z (over 1 year ago)
- Last Synced: 2025-02-28T11:12:42.688Z (about 1 year ago)
- Topics: jekyll
- Language: JavaScript
- Homepage: https://feuerwehr-eisolzried.de/
- Size: 97.4 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`.