We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent619dd55 commited71732Copy full SHA for ed71732
README.md
@@ -7,12 +7,25 @@ CodeRoad allows you to play interactive coding tutorials in your editor.
7
##Requirements
8
9
Requires:
10
+
11
- VSCode 1.34+
12
- Git
13
- Node 10+
14
15
##Development
16
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
29
Run`npm run build`. Press F5 to open a new development window.
30
31
Open the tutorial using`cmd+shift+p` on mac, and select the action`coderoad.start`.
@@ -25,9 +38,8 @@ For example:
38
39
This extension contributes the following settings:
40
-*`coderoad.start`: starts the extension
41
+-`coderoad.start`: starts the extension
42
43
##Known Issues
44
32
45
There are no known issues at this time.
33
-