NOTE: Windows compatibility is in the works
- Node 10.15.1+: https://nodejs.org/en/download/releases/
- Clone the repository
cd
intocode-server
- Run
yarn
- Run
yarn task build:server:binary
Binary will be placed in
packages/server
named after the platform and architecture (cli-darwin-x64
)
- bootstrap-fork: Forks VS Code sub-processes such as the shared process, extension host, searcher, and watcher
yarn task build:bootstrap-fork
- binary package: Packages existing built files with nbin
yarn task build:server:binary:package
- app browser: Builds the login page for authenticated servers
yarn task build:app:browser
- web: Builds the VS Code editor
yarn task build:web
- package: Packages code-server for release in
.gz
and.zip
formatyarn task package
- bundle: Runs all yarn task with the exception of
package
yarn task build:server:bundle