Movatterモバイル変換


[0]ホーム

URL:


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

Commited71732

Browse files
committed
update env setup in README
1 parent619dd55 commited71732

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

‎README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,25 @@ CodeRoad allows you to play interactive coding tutorials in your editor.
77
##Requirements
88

99
Requires:
10+
1011
- VSCode 1.34+
1112
- Git
1213
- Node 10+
1314

1415
##Development
1516

17+
Run the postgres db and api server.
18+
19+
Setup the web app environmental variables.
20+
21+
/web-app/.env.local
22+
23+
```
24+
REACT_APP_DEBUG=true # show/hide web debugger
25+
REACT_APP_GQL_URL=http://localhost:4000/graphql
26+
REACT_APP_GQL_AUTH_TOKEN={YOUR_API_AUTH_TOKEN}
27+
```
28+
1629
Run`npm run build`. Press F5 to open a new development window.
1730

1831
Open the tutorial using`cmd+shift+p` on mac, and select the action`coderoad.start`.
@@ -25,9 +38,8 @@ For example:
2538

2639
This extension contributes the following settings:
2740

28-
*`coderoad.start`: starts the extension
41+
-`coderoad.start`: starts the extension
2942

3043
##Known Issues
3144

3245
There are no known issues at this time.
33-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp