No description
Find a file
2026-01-02 18:53:48 +02:00
.zed implement a non-working version of the app, with no database and no 2026-01-02 18:53:48 +02:00
drizzle make login/register pages work, get rid of database.db, and remove 2026-01-02 16:18:08 +02:00
references implement a non-working version of the app, with no database and no 2026-01-02 18:53:48 +02:00
src implement a non-working version of the app, with no database and no 2026-01-02 18:53:48 +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 implement a non-working version of the app, with no database and no 2026-01-02 18:53:48 +02:00
components.json more templates.. gotta work on it now ! 2026-01-02 15:07:36 +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 implement a non-working version of the app, with no database and no 2026-01-02 18:53:48 +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.