midzer / eisolzried

Feuerwehr Eisolzried website
https://feuerwehr-eisolzried.de/
7 stars 2 forks source link
jekyll

eisolzried

This website is built with jekyll.

Prerequisites

Following environments have to be installed on your system

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.