We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0adfd commit 717f85eCopy full SHA for 717f85e
README.md
@@ -18,6 +18,11 @@ More details on [GitCom landing page](https://start.gitcom.org)
18
### Tech stack: :hammer_and_wrench:
19
Project is built using [Create react app](https://github.com/facebook/create-react-app) & Typescript
20
21
+### Set up
22
+1. Run `yarn` to install dependencies
23
+2. Copy config from `src/config/config.example.js` to `src/config/config.js`
24
+3. Make sure you specified correct API url
25
+
26
### Contribution:
27
Thank you for considering contributing to this repo, feel free to open a PR with any improvement, feature or bugfix.
28
All **bugfixes** should go into [release/patch](https://github.com/gitcomteam/gitcom-front/tree/release/patch) branch
0 commit comments