mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-01-15 21:12:14 +01:00
616 B
616 B
Matrix Kernel Filter Calculator
Live app: Matrix Kernel Filter Calculator
Made with Svelte.
Note that you will need to have Node.js installed.
Get started
Install the dependencies...
cd matrix-kernel-filter-calculator
npm install
...then start Rollup:
npm run dev
Navigate to localhost:8080.
Building and running in production mode
To create an optimised version of the app:
npm run build