From ffc6cd6a3065ea069ab501e49c241ad84e5d380c Mon Sep 17 00:00:00 2001 From: Patryk Osmaczko Date: Thu, 2 Mar 2023 15:38:20 +0100 Subject: [PATCH] update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4216b5..80bebee 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,13 @@ Community directory curator dApp for Status # API -Proposed api is available [here](API.md) \ No newline at end of file +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.