mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 17:44:50 +00:00
468 B
468 B
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