#NEAR Link Drop
To start local development, follow these steps:
- Clone repository
- Install all dependencies -
yarn install - Checkout to the dev branch and create your own branch
- Run project -
yarn start-testnetoryarn-start-mainnet- You will then need to go to
/connect-walletto begin - If you see
nullin the Header bar, you will probably have to pass environment variables manually as such:REACT_APP_NETWORK=testnet yarn react-app-rewired start
- You will then need to go to
Now you will be able to use and develop the App on your local machine.
Currently, we have no tests.