Skip to content

piyoki/code-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

code-server

License: MIT

*** CopyRight 2020 Kevin Yu. All rights reserved.

*** Author: Kevin Yu

*** Update Time: 2021/01/02

Run VS Code on any machine anywhere and access it in the browser

Highlights

  • Code on any device with a consistent development environment
  • Use remote servers either Public or Private Cloud to speed up tests, compilations, downloads, and more
  • Continue the development workflow remotely and get work done on time

Getting Started

Notes:

  • This repo is a modified version of code-server provided by Coder car, you may find the original repo HERE

  • The software is compiled in a docker container, which means Docker is required to be installed in your host machine

  • The data associated with the container will be preserved in /appdata/code-server in your local machine

To install, run:

$ docker run -d --name code-server \
  -v /appdata/code-server:/data \
  -p 8443:8443 \
  --privileged \
  --restart unless-stopped \
  hikariai/code-server:latest

*** The Web UI will be available at http://localhost:8443

Pre-installed Softwares

  • Python v3.6.9
  • Node v12.20.0
  • Npm v6.14.8

Version

version Updates
latest Pre-installed softwares updated
v1.0.0 First launched version

You may find all the version HERE

Reference

Orignal code-server repo from cdr/coder-server

License

MIT LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published