yarn
Windows
set APP_ENV = testnet
Linux
export APP_ENV = testnet
yarn dev
Then open https://localhost:3000 in a browser.
yarn build
yarn start
yarn
Windows
set APP_ENV = testnet
Linux
export APP_ENV = testnet
yarn dev
Then open https://localhost:3000 in a browser.
yarn build
yarn start