Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 291 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 291 Bytes

Run locally

  1. Install asdf for the dependencies https://asdf-vm.com/guide/getting-started.html
asdf plugin-add ruby
asdf plugin-add nodejs
asdf install
npm install
bundle install
  1. Start the site
./run

TODO

Fix live-reload, for some reason that doesn't work atm?!