The playground is hosted in Netlify. You can start interacting with this playground here.
- You need the rust toolchain installed, you can find the instructions here
- You will need to install the Webassembly target and the trunk tool for building the application locally, instructions can be found here
- Building locally:
trunk serve --port 8089
The port flag can be changed to your liking, here I'm making an assumption that the port 8089
is free.