Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 262 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 262 Bytes

Geo Web Browser

Install

yarn

Environment

Windows

set APP_ENV = testnet

Linux

export APP_ENV = testnet

Development

yarn dev

Then open https://localhost:3000 in a browser.

Production

yarn build
yarn start