Go to file
2024-01-18 09:48:26 +01:00
.github/workflows chore: add build badge 2023-10-01 11:45:45 +02:00
.vscode feat: sublayer visibility toggle 2023-09-24 15:34:20 +02:00
src feat: deployment 2024-01-18 09:47:45 +01:00
static feat: deployment 2024-01-18 09:47:45 +01:00
tests WIP: initial project setup 2023-06-06 08:50:10 +02:00
.eslintignore WIP: initial project setup 2023-06-06 08:50:10 +02:00
.eslintrc.cjs WIP: initial project setup 2023-06-06 08:50:10 +02:00
.gitignore wip: reworking data loading 2023-10-05 00:52:23 +02:00
.npmrc WIP: initial project setup 2023-06-06 08:50:10 +02:00
.prettierignore WIP: initial project setup 2023-06-06 08:50:10 +02:00
.prettierrc WIP: initial project setup 2023-06-06 08:50:10 +02:00
bun.lockb chore: upgrade deps 2023-12-02 15:25:31 +01:00
Dockerfile feat: add docker builder 2023-07-04 21:50:15 +02:00
package.json chore: cleanup 2024-01-04 16:48:01 +01:00
playwright.config.ts WIP: initial project setup 2023-06-06 08:50:10 +02:00
pnpm-lock.yaml chore: cleanup 2024-01-04 16:48:01 +01:00
postcss.config.js wip: add tailwind and begin styling 2023-06-24 17:28:32 +02:00
README.md chore: add build badge 2023-10-01 11:45:45 +02:00
svelte.config.js feat: deployment 2024-01-18 09:47:45 +01:00
tailwind.config.js wip: refactoring tiled query for multi table 2023-09-18 17:42:39 +02:00
tsconfig.json WIP: initial project setup 2023-06-06 08:50:10 +02:00
vite.config.ts WIP: initial project setup 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.