Based on dappflow.
Deployment: algo.surf.
- Install node-js
- Install npm & yarn
In the project directory run:
This will install your dependencies.
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