You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,25 @@ See an [interactive visualization](https://coderoad.github.io/coderoad-visual/)
46
46
47
47
Tutorials can be edited directly as markdown on Github.
48
48
49
+
## Development
50
+
51
+
To run the extension locally:
52
+
53
+
- copy environmental variables from `/web-app/.env.example` as `/web-app/.env`
54
+
- install dependencies with `yarn install-all`
55
+
- build the extension with `yarn build`
56
+
- open the extension with the vscode extension debugger by pressing F5. In the new window, open CodeRoad.
57
+
58
+
To test a packaged build locally:
59
+
60
+
- if on Mac, ensure you have [VSCode command line tools](https://code.visualstudio.com/docs/setup/m
8000
ac#_launching-from-the-command-line) installed
61
+
- run `yarn package`. It will build the extension and install it locally.
62
+
- open a new vscode window and launch the new version of CodeRoad
63
+
49
64
## Contributing
50
65
66
+
CodeRoad is an ambitious project, we're always looking for contributors :)
0 commit comments