From 51ba46ee2ae84575a4dd43c038130be0dd226b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Sch=C3=BCpbach?= Date: Sun, 6 Aug 2023 20:08:02 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f46eda7..4a6cd34 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Live app: **[Matrix Kernel Filter Calculator](https://mschuepbach.github.io/matrix-kernel-filter-calculator)** +![image](https://github.com/mschuepbach/matrix-kernel-filter-calculator/assets/28788437/68762bea-82ad-48bd-b421-fdbb23dd5e56) + --- Made with [Svelte](https://svelte.dev). @@ -10,20 +12,20 @@ _Note that you will need to have [Node.js](https://nodejs.org) installed._ ## Get started -Install the dependencies... +Install the dependencies ```bash cd matrix-kernel-filter-calculator npm install ``` -...then start [Rollup](https://rollupjs.org): +Start [Vite](https://vitejs.dev/): ```bash npm run dev ``` -Navigate to [localhost:8080](http://localhost:8080). +Navigate to [localhost:5173](http://localhost:5173). ## Building and running in production mode