Tamo 38e3bbbf34 make wasm build happy hace 1 semana
..
src 38e3bbbf34 make wasm build happy hace 1 semana
tests 54c82f4489 Re-enable WASM tests hace 1 año
www 8a278bc5fa Removed `ls` as alias for command `list` in web version for consistency with CLI hace 1 año
.gitignore ae7be9b3e4 Rename project to Numbat hace 2 años
Cargo.lock c9786462be Update numbat dependencies hace 4 meses
Cargo.toml c9786462be Update numbat dependencies hace 4 meses
README.md 54c82f4489 Re-enable WASM tests hace 1 año
build.sh c9786462be Update numbat dependencies hace 4 meses
deploy.sh 7c8dc420a7 Move back to deploy.sh (CI) hace 1 año
test.sh c9786462be Update numbat dependencies hace 4 meses

README.md

Build:

bash build.sh

Serve (use any suitable webserver to serve the www folder):

cd www
python -m http.server

Then open http://0.0.0.0:8000/ in a browser.

Run tests:

bash test.sh