Teaching assistant tool for recording marks, featuring fuzzy name matching.
-
Install cargo-web
$ cargo install cargo-web
-
To run the tool locally using browser at
http://localhost:8000
$ cargo web start
-
To build deployable WebAssembly binaries packed together with the .html .js files
$ cargo web deploy
-
Other cargo-web commands
Run tests
$ cargo web test
Build WebAssembly binaries
$ cargo web build