Skip to content

danielbbarcelos/code-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup


Clone code-server

git clone https://github.com/daniel2mind/code-server;

Clone VS Code and install dependences

cd /path/to/code-server/lib && rm -rf vscode && git clone https://github.com/daniel2mind/vscode;

cd /path/to/code-server/lib/vscode && sudo yarn install; 

sudo yarn add bootstrap-node;

Compile VS Code

cd /path/to/code-server/lib/vscode && sudo yarn compile; 

Install dependences in code-server path

cd /path/to/code-server && sudo yarn install; 

Build code-server

cd /path/to/code-server && sudo yarn build; 

Command to run code-server

(in /path/to/code-server)
node ./out/node/entry.js --port=8000 --auth=none

About

VS Code in the browser

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 81.7%
  • Shell 14.9%
  • HTML 1.0%
  • CSS 0.7%
  • HCL 0.6%
  • Mustache 0.5%
  • Other 0.6%