git clone https://github.com/VenomProtocol/frontend.git
cd frontend
yarn install
Create a new file called .env.local in the root of the project folder.
Add the following to the empty .env.local file:
REACT_APP_CHAIN_ID="1666600000"
REACT_APP_NETWORK_URL="https://api.harmony.one"
Add the following to the empty .env.local file:
REACT_APP_CHAIN_ID="56"
REACT_APP_NETWORK_URL="https://bsc-dataseed.binance.org/"
yarn start