Skip to content

elixir-berlin/elixir-berlin.github.io

Repository files navigation

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?!