Няма описание

Thomas Zhang 2dd5cc3dee feat: add k8s catalog преди 2 месеца
.agents 98c639e9c7 init: shadcn преди 2 месеца
.vscode 4ddbf475af init: sveltekit преди 3 месеца
scripts ba263c2c63 feat: add operator CRD sync script преди 2 месеца
specs 75e07f9ee0 feat: server foundation specs преди 2 месеца
src 2dd5cc3dee feat: add k8s catalog преди 2 месеца
static 4ddbf475af init: sveltekit преди 3 месеца
.gitignore ba263c2c63 feat: add operator CRD sync script преди 2 месеца
.mcp.json 4ddbf475af init: sveltekit преди 3 месеца
.npmrc 4ddbf475af init: sveltekit преди 3 месеца
.prettierignore 9f007714d3 chore: sync CRDs from loco-operator преди 2 месеца
.prettierrc 59e6583c51 init: project settings преди 2 месеца
AGENTS.md 2593c9da0e init: specs for agents преди 2 месеца
CLAUDE.md 59e6583c51 init: project settings преди 2 месеца
LICENSE 38cfaef0e9 init: add license преди 3 месеца
README.md 4ddbf475af init: sveltekit преди 3 месеца
components.json 98c639e9c7 init: shadcn преди 2 месеца
eslint.config.js 59e6583c51 init: project settings преди 2 месеца
package-lock.json 24ae8dfc3e feat: add workload catalog преди 2 месеца
package.json 24ae8dfc3e feat: add workload catalog преди 2 месеца
playwright.config.ts adb31c7576 init: clean up преди 2 месеца
skills-lock.json 98c639e9c7 init: shadcn преди 2 месеца
svelte.config.js adb31c7576 init: clean up преди 2 месеца
tsconfig.json 4ddbf475af init: sveltekit преди 3 месеца
users.dev.json d7407df5a8 feat: user auth преди 2 месеца
vite.config.ts adb31c7576 init: clean up преди 2 месеца

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.