A minesweeper clone made with Svelte + TypeScript.
Once you've installed dependencies with pnpm install
, start a development server:
pnpm dev
To create a production version of your app:
pnpm build
You can preview the production build with pnpm preview
.
Project is deployed via Vercel using Edge Functions.