Aucune description

QiuYuYang 0149d62deb add Dockerfile for paas deployment il y a 1 semaine
.agents 98c639e9c7 init: shadcn il y a 1 mois
.vscode 4ddbf475af init: sveltekit il y a 2 mois
scripts ba263c2c63 feat: add operator CRD sync script il y a 1 mois
specs 371d378279 feat: add agent specs il y a 2 semaines
src d3bd981ddf feat: add stack pages il y a 2 semaines
static 4ddbf475af init: sveltekit il y a 2 mois
.gitignore ba263c2c63 feat: add operator CRD sync script il y a 1 mois
.mcp.json 4ddbf475af init: sveltekit il y a 2 mois
.npmrc 4ddbf475af init: sveltekit il y a 2 mois
.prettierignore d2d8500eee chore: sync CRDs from loco-operator il y a 2 semaines
.prettierrc 59e6583c51 init: project settings il y a 1 mois
AGENTS.md 2593c9da0e init: specs for agents il y a 1 mois
CLAUDE.md 59e6583c51 init: project settings il y a 1 mois
Containerfile da43ca9b85 feat: add Containerfile il y a 2 semaines
Dockerfile 0149d62deb add Dockerfile for paas deployment il y a 1 semaine
LICENSE 38cfaef0e9 init: add license il y a 2 mois
README.md 4ddbf475af init: sveltekit il y a 2 mois
components.json 98c639e9c7 init: shadcn il y a 1 mois
eslint.config.js 59e6583c51 init: project settings il y a 1 mois
package-lock.json da43ca9b85 feat: add Containerfile il y a 2 semaines
package.json da43ca9b85 feat: add Containerfile il y a 2 semaines
playwright.config.ts adb31c7576 init: clean up il y a 1 mois
skills-lock.json 98c639e9c7 init: shadcn il y a 1 mois
svelte.config.js da43ca9b85 feat: add Containerfile il y a 2 semaines
tsconfig.json 4ddbf475af init: sveltekit il y a 2 mois
users.dev.json 918701c9c6 feat: user auth il y a 2 semaines
vite.config.ts adb31c7576 init: clean up il y a 1 mois

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.