설명 없음

Thomas Zhang 4e8a0a2a4e feat: add layout specs 3 달 전
.agents 98c639e9c7 init: shadcn 1 개월 전
.vscode 4ddbf475af init: sveltekit 2 달 전
scripts ba263c2c63 feat: add operator CRD sync script 1 개월 전
specs 4e8a0a2a4e feat: add layout specs 2 주 전
src 9b34c7be9a feat: add login page 2 주 전
static 4ddbf475af init: sveltekit 2 달 전
.gitignore ba263c2c63 feat: add operator CRD sync script 1 개월 전
.mcp.json 4ddbf475af init: sveltekit 2 달 전
.npmrc 4ddbf475af init: sveltekit 2 달 전
.prettierignore d2d8500eee chore: sync CRDs from loco-operator 2 주 전
.prettierrc 59e6583c51 init: project settings 1 개월 전
AGENTS.md 2593c9da0e init: specs for agents 1 개월 전
CLAUDE.md 59e6583c51 init: project settings 1 개월 전
LICENSE 38cfaef0e9 init: add license 2 달 전
README.md 4ddbf475af init: sveltekit 2 달 전
components.json 98c639e9c7 init: shadcn 1 개월 전
eslint.config.js 59e6583c51 init: project settings 1 개월 전
package-lock.json beaaa9920b feat: add workload catalog 2 주 전
package.json beaaa9920b feat: add workload catalog 2 주 전
playwright.config.ts adb31c7576 init: clean up 1 개월 전
skills-lock.json 98c639e9c7 init: shadcn 1 개월 전
svelte.config.js adb31c7576 init: clean up 1 개월 전
tsconfig.json 4ddbf475af init: sveltekit 2 달 전
users.dev.json 918701c9c6 feat: user auth 2 주 전
vite.config.ts adb31c7576 init: clean up 1 개월 전

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.