Qlue-ls/editor
2025-06-03 16:19:38 +02:00
..
src bumb version to 0.7.2 2025-06-03 16:19:38 +02:00
static WIP: object context sensitive completions 2025-03-23 22:43:21 +01:00
.gitignore add monaco editor example 2024-12-28 17:54:33 +01:00
.npmrc add monaco editor example 2024-12-28 17:54:33 +01:00
.prettierignore add monaco editor example 2024-12-28 17:54:33 +01:00
.prettierrc add monaco editor example 2024-12-28 17:54:33 +01:00
Containerfile Update Node.js to 2f35716 (#95) 2025-05-22 16:07:00 +02:00
package-lock.json MAINT: update monaco/vscode api 2025-06-01 23:53:11 +02:00
package.json MAINT: update monaco/vscode api 2025-06-01 23:53:11 +02:00
README.md add monaco editor example 2024-12-28 17:54:33 +01:00
svelte.config.js fix build for prod 2025-01-07 02:23:21 +01:00
tsconfig.json add monaco editor example 2024-12-28 17:54:33 +01:00
vite.config.ts MAIN: update wasm instanciation 2025-05-24 23:13:22 +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.