Geo-Web-Project / browser

An interface that uses geolocation to navigate/resolve content on the Geo Web.
MIT License
3 stars 8 forks source link

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