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

Commita731d0b

Browse files
committed
cleanup
1 parenta2e7ab2 commita731d0b

File tree

3 files changed

+5
-56
lines changed

3 files changed

+5
-56
lines changed

‎DEV.md

Lines changed: 4 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,13 @@
11
#Setup
22

3-
##Development
4-
5-
Run the postgres db and api server.
6-
7-
Setup the extension environmental variables.
8-
9-
/src/.env
10-
11-
```
12-
LOG=true #show hide debugging logs
13-
```
14-
15-
Setup the web app environmental variables.
16-
17-
/web-app/.env.local
18-
19-
```
20-
REACT_APP_DEBUG=true # show/hide web debugger
21-
REACT_APP_GQL_URI=http://localhost:4000/graphql
22-
```
23-
24-
Run`npm run build`. Press F5 to open a new development window.
25-
26-
Open the tutorial using`cmd+shift+p` on mac, and select the action`coderoad.start`.
27-
28-
##Supported Programming Languages
29-
30-
To support a new programming language, the test runner needs to support a format called TAP (https://testanything.org/).
31-
32-
Some test frameworks can be modified to use tap, see a list of TAP reporters:https://github.com/sindresorhus/awesome-tap#reporters.
33-
34-
###JavaScript
35-
36-
#####Jest
37-
38-
```json
39-
{
40-
"scripts": {
41-
"test":"jest"
42-
},
43-
"devDependencies": {
44-
"jest-tap-reporter":"1.9.0"
45-
},
46-
"jest": {
47-
"reporters": ["jest-tap-reporter"]
48-
}
49-
}
50-
```
51-
523
##Install Extension Demo
534

54-
1. Copy the`CodeRoad.vsix` file locally
55-
2. Select the extensions logo from the left hand panel
56-
3. In the top right of the panel, select the three dots “more” dropdown.
5+
1. Copy the`CodeRoad.vsix` file locally.
6+
2. In the top right of the panel, select the three dots “more” dropdown.
577
1. Choose “Install from VSIX…”
588
2. Select the`CodeRoad.vsix` file and press “Install”
59-
4. Reload the VSCode editor (Ctrl/Cmd + Shift + P, run "Reload Window")
60-
5. Open up a new folder directory in VSCode and run the extension`coderoad:start`
9+
3. Reload the VSCode editor (Ctrl/Cmd + Shift + P, run "Reload Window")
10+
4. Open up a new folder directory in VSCode and run the extension`coderoad:start`
6111

6212
##Known Issues
6313

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage":"https://github.com/shmck/coderoad-vscode/README.md",
66
"bugs": {
77
"url":"https://github.com/shmck/coderoad-vscode/issues",
8-
"email":"shawn.j.mckay@gmail.com"
8+
"email":"coderoadapp@gmail.com"
99
},
1010
"repository": {
1111
"type":"git",

‎web-app/src/Routes.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Workspace from './components/Workspace'
44
importLoadingPagefrom'./containers/Loading'
55
importStartPagefrom'./containers/Start'
66
importSelectTutorialPagefrom'./containers/SelectTutorial'
7-
importOverviewPagefrom'./components/TutorialOverview'
87
importCompletedPagefrom'./containers/Tutorial/CompletedPage'
98
importLevelSummaryPagefrom'./containers/Tutorial/LevelPage'
109
importSelectEmptyWorkspacefrom'./containers/Check/SelectWorkspace'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp