This is the API for the Web IDE UI
You must have CDT installed on the machine this API is running on, as well as node.
Must also have wabt installed. On Ubuntu, you can install it with:
sudo apt install wabt
Steps to run this project locally:
- Clone this repo
- Copy the
.env.examplefile to.env
yarn
yarn dev