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