Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 590 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 590 Bytes

Algo Surf

Based on dappflow.

Deployment: algo.surf.

Getting Started

  1. Install node-js
  2. Install npm & yarn

In the project directory run:

yarn

This will install your dependencies.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

To specify the network, pass one of these values as the REACT_APP_NETWORK env var:

Mainnet Testnet Betanet Localnet FNet

Example:

REACT_APP_NETWORK="Localnet" yarn start