No description
Find a file
2026-01-02 15:43:02 +02:00
drizzle just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00
references more templates.. gotta work on it now ! 2026-01-02 15:07:36 +02:00
src extremely simple register page 2026-01-02 15:43:02 +02:00
static just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00
.gitignore Update .gitignore 2026-01-02 15:02:44 +02:00
.npmrc just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00
.prettierignore just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00
.prettierrc just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00
bun.lock mode-watcher 2026-01-02 15:10:20 +02:00
components.json more templates.. gotta work on it now ! 2026-01-02 15:07:36 +02:00
database.db just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00
drizzle.config.ts just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00
eslint.config.js just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00
package.json mode-watcher 2026-01-02 15:10:20 +02:00
README.md just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00
svelte.config.js just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00
tsconfig.json just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00
vite.config.ts just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00

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 in the current directory
npx sv create

# create a new project in my-app
npx sv create my-app

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.