Sin descripción

Thomas Zhang de12aa65ca feat: add select dialog component hace 3 meses
.agents 98c639e9c7 init: shadcn hace 1 mes
.vscode 4ddbf475af init: sveltekit hace 2 meses
scripts ba263c2c63 feat: add operator CRD sync script hace 1 mes
specs 0158d5b20a feat: add model specs hace 2 semanas
src de12aa65ca feat: add select dialog component hace 2 semanas
static 4ddbf475af init: sveltekit hace 2 meses
.gitignore ba263c2c63 feat: add operator CRD sync script hace 1 mes
.mcp.json 4ddbf475af init: sveltekit hace 2 meses
.npmrc 4ddbf475af init: sveltekit hace 2 meses
.prettierignore d2d8500eee chore: sync CRDs from loco-operator hace 2 semanas
.prettierrc 59e6583c51 init: project settings hace 1 mes
AGENTS.md 2593c9da0e init: specs for agents hace 1 mes
CLAUDE.md 59e6583c51 init: project settings hace 1 mes
LICENSE 38cfaef0e9 init: add license hace 2 meses
README.md 4ddbf475af init: sveltekit hace 2 meses
components.json 98c639e9c7 init: shadcn hace 1 mes
eslint.config.js 59e6583c51 init: project settings hace 1 mes
package-lock.json b3d0d80d6b feat: add management tabs component hace 2 semanas
package.json b3d0d80d6b feat: add management tabs component hace 2 semanas
playwright.config.ts adb31c7576 init: clean up hace 1 mes
skills-lock.json 98c639e9c7 init: shadcn hace 1 mes
svelte.config.js adb31c7576 init: clean up hace 1 mes
tsconfig.json 4ddbf475af init: sveltekit hace 2 meses
users.dev.json 918701c9c6 feat: user auth hace 2 semanas
vite.config.ts adb31c7576 init: clean up hace 1 mes

README.md

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
npx sv@0.12.7 create --template minimal --types ts --add prettier eslint tailwindcss="plugins:typography,forms" vitest="usages:unit,component" playwright mcp="ide:claude-code+setup:local" --install npm web

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.