Requirements: Node 20.0.0 or later.
Dependencies are managed using pnpm. You can start by installing dependencies in the root of the repository:
$ pnpm install
All
pnpmcommands below are intended to be run in the root of the repo.
To start the wallet dashboard dev server, you can run the following command:
pnpm wallet-dashboard dev
This will start the dev server on port 3000, which should be accessible on http://localhost:3000/
Prepare builds for wallet and wallet-dashboard before run tests
pnpm --filter wallet-dashboard prepare:e2eIn a separate terminal, you can now run the end-to-end tests:
pnpm --filter wallet-dashboard playwright test