|
hace 1 semana | |
---|---|---|
.. | ||
src | hace 1 semana | |
tests | hace 1 año | |
www | hace 1 año | |
.gitignore | hace 2 años | |
Cargo.lock | hace 4 meses | |
Cargo.toml | hace 4 meses | |
README.md | hace 1 año | |
build.sh | hace 4 meses | |
deploy.sh | hace 1 año | |
test.sh | hace 4 meses |
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