update README

This commit is contained in:
Patryk Osmaczko 2023-03-02 15:38:20 +01:00 committed by osmaczko
parent c92ea71397
commit ffc6cd6a30
1 changed files with 10 additions and 1 deletions

View File

@ -3,4 +3,13 @@ Community directory curator dApp for Status
# API
Proposed api is available [here](API.md)
Proposed api is available [here](API.md)
# build & run
`yarn && yarn build && yarn run`
To run the app in different configurations use `ENV` environment variable. Possible values are: 'localhost', 'development', 'production'. If no `ENV` is provided, the app will default to 'development'.
Once the app is run, connect to the wallet. NOTE: in 'production' mode it has to be Status wallet.
Currently contracts are only deployed to optimism goerli.