mirror of
https://github.com/coder/code-server.git
synced 2026-04-16 21:31:43 -05:00
Add development steps
This commit is contained in:
12
README.md
12
README.md
@@ -50,11 +50,17 @@ Quickstart guides for [Google Cloud](doc/admin/install/google_cloud.md), [AWS](d
|
||||
|
||||
How to [secure your setup](/doc/security/ssl.md).
|
||||
|
||||
## Build
|
||||
- Run `yarn build ${vscodeVersion}`in this directory (for example, `yarn build 1.35.0`).
|
||||
|
||||
## Development
|
||||
|
||||
- Clone this as `vs/src/server` in the VS Code source.
|
||||
- Run `yarn watch-client`in the VS Code root.
|
||||
- Run `node out/vs/server/main.js`.
|
||||
- Clone VS Code.
|
||||
- Clone code-server to `src/vs/server` in the VS Code source.
|
||||
- Run `yarn` in this directory (only need to do this once).
|
||||
- Run `yarn watch` in this directory.
|
||||
- Wait for the initial compilation to complete.
|
||||
- Run `yarn start` in this directory.
|
||||
- Visit `http://localhost:8443`.
|
||||
|
||||
### Known Issues
|
||||
|
||||
Reference in New Issue
Block a user