Coder Social home page Coder Social logo

code-server's Introduction

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

code-server's People

Contributors

miooochi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.