# Matrix Kernel Filter Calculator 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). _Note that you will need to have [Node.js](https://nodejs.org) installed._ ## Get started Install the dependencies ```bash cd matrix-kernel-filter-calculator npm install ``` Start [Vite](https://vitejs.dev/): ```bash npm run dev ``` Navigate to [localhost:5173](http://localhost:5173). ## Building and running in production mode To create an optimised version of the app: ```bash npm run build ```