Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 727 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 727 Bytes

Matrix Kernel Filter Calculator

Live app: Matrix Kernel Filter Calculator

image


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

Start Vite:

npm run dev

Navigate to localhost:5173.

Building and running in production mode

To create an optimised version of the app:

npm run build