wallet-connect-web-examples/dapps/react/react-dapp-v2/README.md
Ben Kremer 9dba142aeb docs: add .env.local instructions to readme
The dapp won't boot up without setting
`process.env.REACT_APP_PROJECT_ID`
2022-02-02 14:02:37 +01:00

34 lines
342 B
Markdown

# WalletConnect React App
## Getting Started
Install the app's dependencies:
```bash
yarn
```
Set up your local environment variables by copying the example into your own `.env.local` file:
```bash
cp .env.local.example .env.local
```
## Develop
```bash
yarn start
```
## Test
```bash
yarn test
```
## Build
```bash
yarn build
```