git clone https://github.com/daniel2mind/code-server;
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;
cd /path/to/code-server/lib/vscode && sudo yarn compile;
cd /path/to/code-server && sudo yarn install;
cd /path/to/code-server && sudo yarn build;
node ./out/node/entry.js --port=8000 --auth=none