Skip to content

CodeboxIDE/codebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

Codebox is a complete and extensible Cloud IDE. It cans runs on any unix machines (Linux, Mac OS X). It is an open source component of Codebox.io (Cloud IDE as a Service).

Image

Why is CodeBox great?

  • Easy to run
  • Fully web IDE
  • Collaborative: Boxes are natively collaborative (code editor, terminals, ...)
  • Extensible: Codebox is build on top of a very modular architecture

How to use it?

First of all install codebox on your machine using npm:

$ npm install -g codebox

You can now run Codebox into a directory (Codebox can only be run on GIT repository):

$ codebox run -d ./myworkspace

Complete documentation can be found in docs.