English|中文
Coderlane is an online real-time programming environment, a high-fidelity REPL environment. It also supports multi-person programming,Voice and Video (Thanks to Agora for the service)
Run dependencies docker
, mongodb
, nodejs
to make sure you have installed the above software normally
-
Rename
.env.example
to.env
and fill in the values according to the configuration in the prompt -
npm i
installer dependencies -
Start a console and run
npm run build
-
Start another console and run
npm run server
Visit the browser http: // localhost: 3000
and log in using github to create it.
This software is under the MIT License (MIT).