- Install a javascript runtime, e.g. nodejs
- Install bundle by running
gem install bundle
- Install the dependencies by running
bundle install --path vendor/bundle
- Use
bundle exec rake build
. This will build the website to the_site
directory
- Use
bundle exec rake serve
. This watches files for changes and serves the website on http://0.0.0.0:4000/