This page is automatically deployed to github pages upon pushing code to github.
Install asdf, along with the plugins for nodejs and yarn.
Then run asdf install
.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production
$ yarn build
For detailed explanation on how things work, check out the SvelteKit docs. As svelte is very much a moving target, we should probably update our dependencies more often than not. At least when things don't work for some reason, that should probably be our first course of debugging...
Prettier has been installed.
While it isn't enforced I highly recommend running yarn format
before committing.