UI allows users to:
- generate a sparse matrix
- solve the sparse matrix.
- frontend == nuxt.js
- backend == rust
- download
git clone ...
- use multiple terminals
- in the
nuxt-frontend
folder:npm run dev
- in the
rust-backend
folder: `cargo run
- in the
- it should be available in browser at
http://localhost:3000