# install dependencies
yarn
# build
yarn run build
# serve static files
(cd public && python3 -m http.server 3000)
# install dependencies
yarn
# run development server
yarn run dev
Access http://localhost:3000/ for the development version. Changes to JavaScript and CSS-files should be updated live.
The site is hosted via Netlify and automatically built/released from master.