In the project you should create .env
file with contents:
REACT_APP_INFURA_ID=<Your infura public key id>
REACT_APP_QR_SERVER_URL=https://dev.ledger-dashboard-api.linkdrop.io/api/v1/dashboard
- Node.js version 14 or higher
- Yarn version 1.22 or higher / NPM version 8 or higher
In the project directory, you can run:
Installs all needed dependencies from package.json file
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.