Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 451 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 451 Bytes

Pure Finance website monorepo

Development

npm install
npx lerna run --stream dev

Then open the browser at http://localhost:3000.

Adding a new mini-app

  1. Add the new page component at site/pages.
  2. Add it to the Utilities component so it appears in the home page.
  3. Go from there!

End-to-end tests

Set the following environment variables: BASE_NODE_URL, MNEMONIC. Then run the tests:

npm run test:e2e