How to run
git clone
https://github.com/riddles-are-us/trustless-browser-sandboxCheck out the `td` branch
cd trustless-browser-sandbox
git check tdUpdate submodules
git submodule init
git submodule updateCompile and run
cd roguelike
make wasm
cd ..
npm install
npm run start
Last updated