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

Commitb06049c

Browse files
authored
Merge pull requestcoderoad#174 from ShMcK/feature/load-from-github
Feature/load from GitHub
2 parentsa1c0d6c +ec43b10 commitb06049c

File tree

61 files changed

+643
-2079
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+643
-2079
lines changed

‎.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
// See http://go.microsoft.com/fwlink/?LinkId=827846
33
// for the documentation about the extensions.json format
4-
"recommendations": ["dbaeumer.vscode-eslint","apollographql.vscode-apollo"]
4+
"recommendations": ["dbaeumer.vscode-eslint"]
55
}

‎.vscodeignore

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
## Common
22
.gitignore
33

4-
## Docs
5-
DEV.md
6-
74
## VSCode
85
.vscode/**
96
.vscode-test/**
107
vsc-extension-quickstart.md
11-
*.vsix
8+
9+
## TypeScript
10+
**/tsconfig.json
11+
**/tslint.json
12+
**/*.ts
1213

1314
## Dev Folders
1415
src/**
1516
web-app/**
17+
scripts/**
18+
docs/**
1619
.env
1720
.prettierrc.js
1821
jest.config.js
1922

20-
## TypeScript
21-
**/tsconfig.json
22-
**/tslint.json
23-
**/*.ts
24-
2523
## Tests
26-
build/test/**
24+
build/test/**
25+
26+
## Docs
27+
DEV.md

‎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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp