All Projects → harmony-one → explorer-v2-frontend

harmony-one / explorer-v2-frontend

Licence: other
No description, website, or topics provided.

Programming Languages

typescript
32286 projects

Harmony Explorer frontend

Requirements

Node.js 16.13.2 LTS

Download and install Node.js from the official website: https://nodejs.org/

yarn 1.22.17

npm install --global yarn

Dev Environment

First Install

  1. Clone repo:
git clone https://github.com/harmony-one/explorer-v2-frontend.git
  1. Install dependencies:
cd explorer-v2-frontend
yarn install
  1. Run project:
yarn start
  1. Open app page http://localhost:3000/

Configuring app

  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

Build

To create production build run command:

yarn build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].