pnpm install
pnpm dev --open
To create a production version of your app:
pnpm build
You can preview the production build with pnpm run preview
.
This project takes heavy inspiration from Sverdle in the Sveltekit example project licensed under MIT license.