Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0fcc12a

Browse files
authored
Update CONTRIBUTING.md
1 parent f8d9626 commit 0fcc12a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎CONTRIBUTING.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ Are you a first-timer in contributing to open source? [These guidelines](https:/
1818

1919
3. 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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /