GDG Addis
10.4K subscribers
1.11K photos
79 videos
39 files
1.13K links
GDG Addis (Google Developers Group Addis) is a community of passionate software developers and IT enthusiasts in Ethiopia. Join the discussion at https://t.me/GDG_Addis.
Download Telegram
#CodeServer 🔥

code-server is VS Code running on a remote server, accessible through the browser.

Easily run it with Docker 🐳 :

docker run -p localhost:8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http --no-auth


Features⚡️:

• Code on your Chromebook, tablet, and laptop with a consistent dev environment.

• Take advantage of large cloud servers to speed up tests, compilations, downloads, and more.

• Preserve battery life when you're on the go.

[ GitHub ] : github.com/codercom/code-server