Live app: Matrix Kernel Filter Calculator
Made with Svelte.
Note that you will need to have Node.js installed.
Install the dependencies
cd matrix-kernel-filter-calculator
npm install
Start Vite:
npm run dev
Navigate to localhost:5173.
To create an optimised version of the app:
npm run build