Like a spreadsheet. But in fast.
A running instance can be found at https://speed-sheet.herokuapp.com/.
Install Rust (e.g. via Rustup), clone the repository, run
cargo +nightly run
and point your browser to http://localhost:8000. The +nightly
is important
because the rocket
web framework we use does not work with Rust stable yet.