happyDomain/web
Pierre-Olivier Mercier 8a5b6ee061
All checks were successful
continuous-integration/drone/push Build is passing
ui: Add service editors
2026-01-09 15:01:51 +07:00
..
src ui: Add service editors 2026-01-09 15:01:51 +07:00
static refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
.gitignore refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
.npmrc refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
.prettierignore refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
.prettierrc refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
assets-noui.go mailer: Implement asset directory fallback and update build paths 2026-01-02 20:49:46 +07:00
assets.go refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
eslint.config.js refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
package-lock.json ui: Migration to Svelte 5 2026-01-08 18:15:37 +07:00
package.json ui: Migration to Svelte 5 2026-01-08 18:15:37 +07:00
README.md refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
routes.go Finish no-mail mode support for standalone deployments 2026-01-02 21:48:45 +07:00
svelte.config.js refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
tsconfig.json refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
vite.config.ts refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest 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.