/online-editor

[DEPRECATED] Move to https://github.com/opencompiler/editor

Primary LanguageJavaScript

Online Editor

Online Editor(https://editor.ugwis.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/ugwis/online-editor.git
$ cd online-editor
$ docker-compose up #starting online-editor and online-compiler at standalone
$ #wait for image pulling 
$ open http://localhost:3001/

Structure

cloudcraft