Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 260 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 260 Bytes

How to install and Use

cd eos-network-monitor/netmon-frontend
yarn
export API_URL=https://api.eosnetworkmonitor.io

Development

yarn start

Production

yarn build
yarn start:prod

Visit http://localhost:3000 in your browser