David Peter 7c86270391 Updates for v1.14 1 éve
..
src 16812617dd Hopefully fixed wasm build error 1 éve
tests 54c82f4489 Re-enable WASM tests 1 éve
www 8a278bc5fa Removed `ls` as alias for command `list` in web version for consistency with CLI 1 éve
.gitignore ae7be9b3e4 Rename project to Numbat 2 éve
Cargo.lock 7c86270391 Updates for v1.14 1 éve
Cargo.toml 3509756744 Fixed wasm build 1 éve
README.md 54c82f4489 Re-enable WASM tests 1 éve
build.sh 7c8dc420a7 Move back to deploy.sh (CI) 1 éve
deploy.sh 7c8dc420a7 Move back to deploy.sh (CI) 1 éve
test.sh 54c82f4489 Re-enable WASM tests 1 éve

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