This is the source code and hopefully the final branch/iteration of the site. Using SvelteKit.
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run devTo create a production version of the site:
npm run buildNote: I just upload the build output to freedeck.app
This will be automated at some point
