File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,14 @@ Are you a first-timer in contributing to open source? [These guidelines](https:/
1818
19193. Install [Docker](https://docs.docker.com/install/), if not done already.
2020
21- 4. Install dependencies, and run the server.
21+ 4. Create ` .env.local` in the project root:
22+ ` ` ` bash
23+ GITHUB_CLIENT_ID = dummy
24+ GITHUB_CLIENT_SECRET = dummy
25+ ` ` `
26+ It' s safe to put any dummy value to them unless you need the GitHub sign in functionality locally.
27+
28+ 5. Install dependencies, and run the server.
2229
2330 ```bash
2431 cd server
@@ -28,7 +35,7 @@ Are you a first-timer in contributing to open source? [These guidelines](https:/
2835 npm run watch
2936 ```
3037
31- 5 . Open [` http://localhost:8080/` ](http://localhost:8080/) in a web browser.
38+ 6 . Open [`http://localhost:8080/`](http://localhost:8080/) in a web browser.
3239
3340## Directory Structure
3441
You can’t perform that action at this time.
0 commit comments