2023-10-01 11:45:45 +02:00
2023-09-24 15:34:20 +02:00
2023-10-10 17:17:54 +02:00
2023-06-06 08:50:10 +02:00
2023-06-06 08:50:10 +02:00
2023-06-06 08:50:10 +02:00
2023-10-05 00:52:23 +02:00
2023-06-06 08:50:10 +02:00
2023-06-06 08:50:10 +02:00
2023-06-06 08:50:10 +02:00
2023-07-04 21:50:15 +02:00
2023-09-30 19:06:23 +02:00
2023-09-30 19:06:23 +02:00
2023-10-01 11:45:45 +02:00
2023-09-04 17:38:31 +02:00
2023-06-06 08:50:10 +02:00
2023-06-06 08:50:10 +02:00

Partition Filters Visualization

Build and Deploy to GitHub Pages

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.

S
Description
No description provided
Readme
67 MiB
Languages
TypeScript 60.9%
Svelte 38.3%
JavaScript 0.5%
Dockerfile 0.2%
HTML 0.1%