A wasm frontend for dicey-dice
.
Make sure that the wasm modules have been built first. Inside the ./crate
dir;
wasm-pack build
This will create a pkg/
directory containing all our wasm stuff.
Then, in the project root, run
npm install
to get all our dependencies.
To run locally using the development server, after building, run
npm run start