There's not much to say. It's written in Svelte and I try to update this regularly.
npm install
npm run setup
npm run dev
can also use npm watch
instead of npm setup
to continually update the css.
npm run build
Then copy the build folder to github pages (should write a script for this).