Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 802 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 802 Bytes

binoxxo-webapp-seed

Binoxxo Single Page Webapp using Seed.

See webapp at: https://msuesskraut.github.io/binoxxo/

Based on:

Build & run

Install wasm target and trunk:

rustup target add wasm32-unknown-unknown
cargo install --locked trunk

Run tests and serve page with trunk:

cargo test
trunk serve --open

Publish

Again use trunk:

cargo test
trunk build --release --public-url /binoxxo

Copy files from /dist to a server into a /binoxxo directory.

License

MIT