Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 654 Bytes

File metadata and controls

18 lines (15 loc) · 654 Bytes

Online Editor

Online Editor(https://www.opencompiler.net/) is an editor for competitive programmer.
It provide Ace.js editor and compile your source code.

Online Editor

Running on local

required docker and docker-compose

$ git clone https://github.com/OpenCompiler/editor.git
$ cd editor
$ docker-compose up #starting online-editor and online-compiler at standalone
$ #wait for image pulling 
$ open http://localhost:3001/

Structure

cloudcraft