- 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
- Start the site
./run
Fix live-reload, for some reason that doesn't work atm?!
asdf plugin-add ruby
asdf plugin-add nodejs
asdf install
npm install
bundle install
./run
Fix live-reload, for some reason that doesn't work atm?!