Qlue-ls/editor
2025-11-13 12:31:50 -05:00
..
src Rename message and typescript objects to match 2025-11-13 12:31:50 -05: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 Use native ES module import for the wasm web worker (#198) 2025-07-07 20:30:26 +02:00
Containerfile Update Node.js to d943bf2 (#208) 2025-10-12 16:27:04 +00:00
package-lock.json update qlue-ls in demo editor 2025-10-08 10:47:28 +02:00
package.json update qlue-ls in demo editor 2025-10-08 10:47:28 +02:00
qlue-ls.yaml Use native ES module import for the wasm web worker (#198) 2025-07-07 20:30:26 +02:00
README.md add monaco editor example 2024-12-28 17:54:33 +01:00
svelte.config.js Use native ES module import for the wasm web worker (#198) 2025-07-07 20:30:26 +02:00
tsconfig.json Use native ES module import for the wasm web worker (#198) 2025-07-07 20:30:26 +02:00
vite.config.ts Use native ES module import for the wasm web worker (#198) 2025-07-07 20:30:26 +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.