File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,25 @@ CodeRoad allows you to play interactive coding tutorials in your editor.
77## Requirements
88
99Requires:
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+
1629Run ` npm run build ` . Press F5 to open a new development window.
1730
1831Open the tutorial using ` cmd+shift+p ` on mac, and select the action ` coderoad.start ` .
@@ -25,9 +38,8 @@ For example:
2538
2639This extension contributes the following settings:
2740
28- * ` coderoad.start ` : starts the extension
41+ - ` coderoad.start ` : starts the extension
2942
3043## Known Issues
3144
3245There are no known issues at this time.
33-
You can’t perform that action at this time.
0 commit comments