theseus_gui
Developing
First, make sure NodeJS & pnpm are installed, then run:
pnpm install # Install dependencies
pnpm dev # Start dev server
If after quitting the dev process, you find that the SvelteKit process is still running (or preventing you from restarting the dev command), run
pnpm kill:dev
Building
pnpm build