Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 736 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 736 Bytes

Getting Started With Claim application

Add .env file to root level of project

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

Requirements

  • Node.js version 14 or higher
  • Yarn version 1.22 or higher / NPM version 8 or higher

Available Scripts

In the project directory, you can run:

yarn

Installs all needed dependencies from package.json file

yarn start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

yarn build

Builds the app for production to the build folder.