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 f8d9626 commit 0fcc12aCopy full SHA for 0fcc12a
CONTRIBUTING.md
@@ -18,7 +18,14 @@ Are you a first-timer in contributing to open source? [These guidelines](https:/
18
19
3. Install [Docker](https://docs.docker.com/install/), if not done already.
20
21
-4. Install dependencies, and run the server.
+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.
29
30
```bash
31
cd server
@@ -28,7 +35,7 @@ Are you a first-timer in contributing to open source? [These guidelines](https:/
35
npm run watch
36
```
37
-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.
32
39
33
40
## Directory Structure
34
41
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments