Download and install Node.js from the official website: https://nodejs.org/
npm install --global yarn
1) Clone repo:
git clone https://github.com/harmony-one/explorer-v2-frontend.git
2) Install dependencies:
cd explorer-v2-frontend
yarn install
3) Run project:
yarn start
4) Open app page http://localhost:3000/
1) Create a new file: .env.local
2) Copy env variables from .env.example
to newly created file .env.local
3) Setup custom env variables values and restart the app
To create production build run command:
yarn build