No description
  • TypeScript 64.5%
  • CSS 17.4%
  • Svelte 16.7%
  • JavaScript 0.9%
  • HTML 0.5%
Find a file
2026-03-09 19:10:05 +01:00
.idea csts init 2026-02-23 20:39:51 +01:00
drizzle csts init 2026-02-23 20:39:51 +01:00
scripts FIX: styles, hierarchy, colors 2026-03-09 19:10:05 +01:00
src FIX: styles, hierarchy, colors 2026-03-09 19:10:05 +01:00
static FIX: styles, hierarchy, colors 2026-03-09 19:10:05 +01:00
.env.example csts init 2026-02-23 20:39:51 +01:00
.gitignore csts init 2026-02-23 20:39:51 +01:00
.npmrc csts init 2026-02-23 20:39:51 +01:00
CLAUDE.md FIX: styles, hierarchy, colors 2026-03-09 19:10:05 +01:00
compose.yaml csts init 2026-02-23 20:39:51 +01:00
drizzle.config.ts csts init 2026-02-23 20:39:51 +01:00
package.json FIX: styles, hierarchy, colors 2026-03-09 19:10:05 +01:00
pnpm-lock.yaml FIX: styles, hierarchy, colors 2026-03-09 19:10:05 +01:00
pnpm-workspace.yaml csts init 2026-02-23 20:39:51 +01:00
README.md csts init 2026-02-23 20:39:51 +01:00
svelte.config.js csts init 2026-02-23 20:39:51 +01:00
tsconfig.json csts init 2026-02-23 20:39:51 +01:00
vite.config.ts csts init 2026-02-23 20:39:51 +01: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 create --template minimal --types ts --install pnpm ./

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.