Tokens on Trial
T2CR Evidence Display.
- Clone this repo.
- Duplicate
.env.example
, rename the copy to.env
and fill in the missing variables. - Run
yarn
to install dependencies and thenyarn start
to start the dev server.
yarn run format
- To lint and fix autofixable code formatting issues.yarn run build
- Create a production build.