No description
  • TypeScript 66.3%
  • Svelte 17.2%
  • CSS 15.1%
  • JavaScript 0.9%
  • HTML 0.5%
Find a file
Nikola Kubeczkova 03710dc6a6 maybe fix
2026-07-01 19:09:14 +02: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 some iprovements 2026-07-01 18:32:23 +02:00
static FIX: styles, hierarchy, colors 2026-03-09 19:10:05 +01:00
.env.example maybe fix 2026-07-01 19:09:14 +02:00
.gitignore csts init 2026-02-23 20:39:51 +01:00
.npmrc csts init 2026-02-23 20:39:51 +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 maybe fix 2026-07-01 19:00:26 +02:00
pnpm-lock.yaml FIX: styles, hierarchy, colors 2026-03-09 19:10:05 +01:00
pnpm-workspace.yaml maybe fix 2026-07-01 19:00:26 +02: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.