You've already forked AstralRinth
forked from didirus/AstralRinth
Changes made: - migrate to Vite 3 (Svelte Kit errors out and forces you to migrate) - bumped unplugin-icons to 0.14.7 (Vite 3 support) - disable strict-peer-dependencies (changes needed in omorphia - unplugin-icons there requires Vite 2) - bumped Tauri to 1.0.4 (finally stable!) - removed useBootstrapper (removed in v1.0.0-rc.5) - migrated from create_window to setup (removed in v1.0.0-rc.7) - replaced %svelte% with %sveltekit% (renamed in SvelteKit 1.0.0-next.339) Notes: - Vite 3 exposes its dev server on port 5173.
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