npm install
npx lerna run --stream devThen open the browser at http://localhost:3000.
- Add the new page component at
site/pages. - Add it to the
Utilitiescomponent so it appears in the home page. - Go from there!
Set the following environment variables: BASE_NODE_URL, MNEMONIC.
Then run the tests:
npm run test:e2e