Probability booth for 2026 ICM
  • Svelte 92.6%
  • TypeScript 5.3%
  • HTML 2.1%
Find a file
2026-07-03 19:53:58 -04:00
.vscode init: Minimal template Svelte project 2026-06-29 11:39:16 -04:00
licenses refactor: Switch to local fonts, avoid internet 2026-07-03 15:06:07 -04:00
src fix: extend histogram axis for when all of 0 - 9 exist 2026-07-03 19:53:58 -04:00
static refactor: Switch to local fonts, avoid internet 2026-07-03 15:06:07 -04:00
.gitignore init: Minimal template Svelte project 2026-06-29 11:39:16 -04:00
.npmrc init: Minimal template Svelte project 2026-06-29 11:39:16 -04:00
package.json fix: don't fight package.json, run with placeholder colors 2026-06-29 14:44:06 -04:00
pnpm-lock.yaml init: Minimal template Svelte project 2026-06-29 11:39:16 -04:00
pnpm-workspace.yaml init: Minimal template Svelte project 2026-06-29 11:39:16 -04:00
README.md init: Minimal template Svelte project 2026-06-29 11:39:16 -04:00
tsconfig.json init: Minimal template Svelte project 2026-06-29 11:39:16 -04:00
vite.config.ts init: Minimal template Svelte project 2026-06-29 11:39:16 -04:00

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project
npx sv create my-app

To recreate this project with the same configuration:

# recreate this project
pnpm dlx sv@0.16.1 create --template minimal --types ts --install pnpm clothesline

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.