Nenhuma descrição

Thomas Zhang 50860f7430 feat: add filters component 3 meses atrás
.agents 98c639e9c7 init: shadcn 2 meses atrás
.vscode 4ddbf475af init: sveltekit 3 meses atrás
scripts ba263c2c63 feat: add operator CRD sync script 2 meses atrás
specs f162aeeb50 feat: add model specs 2 meses atrás
src 50860f7430 feat: add filters component 2 meses atrás
static 4ddbf475af init: sveltekit 3 meses atrás
.gitignore ba263c2c63 feat: add operator CRD sync script 2 meses atrás
.mcp.json 4ddbf475af init: sveltekit 3 meses atrás
.npmrc 4ddbf475af init: sveltekit 3 meses atrás
.prettierignore 9f007714d3 chore: sync CRDs from loco-operator 2 meses atrás
.prettierrc 59e6583c51 init: project settings 2 meses atrás
AGENTS.md 2593c9da0e init: specs for agents 2 meses atrás
CLAUDE.md 59e6583c51 init: project settings 2 meses atrás
LICENSE 38cfaef0e9 init: add license 3 meses atrás
README.md 4ddbf475af init: sveltekit 3 meses atrás
components.json 98c639e9c7 init: shadcn 2 meses atrás
eslint.config.js 59e6583c51 init: project settings 2 meses atrás
package-lock.json 5847728955 feat: add management tabs component 2 meses atrás
package.json 5847728955 feat: add management tabs component 2 meses atrás
playwright.config.ts adb31c7576 init: clean up 2 meses atrás
skills-lock.json 98c639e9c7 init: shadcn 2 meses atrás
svelte.config.js adb31c7576 init: clean up 2 meses atrás
tsconfig.json 4ddbf475af init: sveltekit 3 meses atrás
users.dev.json d7407df5a8 feat: user auth 2 meses atrás
vite.config.ts adb31c7576 init: clean up 2 meses atrás

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.