No description
Find a file
2026-01-11 15:19:20 +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 almost finish status support everywhere else, group setting start impl 2026-01-08 14:47:07 +02:00
src fix infnite sses being made, autoscroll messages 2026-01-11 15:19:20 +02:00
static just a template from sv with drizzle + lucia demos 2026-01-02 15:02:16 +02:00
.gitignore actually start implementing the backend slowly 2026-01-04 15:49:32 +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 Implement most of status system (still kinda bootycheeks at checking if 2026-01-04 20:26:42 +02:00
bun.lock add members from group, remove members from group, change title of group 2026-01-11 14:57:39 +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 add members from group, remove members from group, change title of group 2026-01-11 14:57:39 +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.