npm install
npx lerna run --stream dev
Then open the browser at http://localhost:3000.
- Add the new page component at
site/pages
. - Add it to the
Utilities
component 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