Migrate to SvelteKit and Vite

This commit is contained in:
2023-08-06 18:52:31 +02:00
parent 868a46302c
commit cd93d7442f
39 changed files with 2038 additions and 2044 deletions

View File

@@ -6,9 +6,7 @@ Live app: **[Matrix Kernel Filter Calculator](https://mschuepbach.github.io/matr
Made with [Svelte](https://svelte.dev).
*Note that you will need to have [Node.js](https://nodejs.org) installed.*
_Note that you will need to have [Node.js](https://nodejs.org) installed._
## Get started
@@ -34,11 +32,3 @@ To create an optimised version of the app:
```bash
npm run build
```
## Deploying
Deploy to GitHub Pages:
```bash
npm run deploy
```