David Peter 32afa61d07 Fix Cargo.lock file 9 months ago
..
src 08f43f270b Fixed wasm code (?) 1 year ago
tests 54c82f4489 Re-enable WASM tests 1 year ago
www 8a278bc5fa Removed `ls` as alias for command `list` in web version for consistency with CLI 1 year ago
.gitignore ae7be9b3e4 Rename project to Numbat 2 years ago
Cargo.lock 32afa61d07 Fix Cargo.lock file 9 months ago
Cargo.toml 3509756744 Fixed wasm build 1 year ago
README.md 54c82f4489 Re-enable WASM tests 1 year ago
build.sh 7c8dc420a7 Move back to deploy.sh (CI) 1 year ago
deploy.sh 7c8dc420a7 Move back to deploy.sh (CI) 1 year ago
test.sh 54c82f4489 Re-enable WASM tests 1 year ago

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