Code Runner is an online portal where a user can code in various languages and get the output of the program. Compile time and Run time errors are also shown. User has the ability to add custom input also.
[x] Run Github Gists. [ ] Code saving in LocalStorage. [x] Code sharing with permanent url (public/private). [ ] Live code monitoring - One can see changes done by other in realtime. (Useful for coding interviews). [ ] Keyboard Control [ ] Refactor [ ] Code annotation and an open chat for particular code. (Useful for a user to help debug other's code)
- Python
- C
- C++
- Java
- Javascript
- Fork and clone the repo.
- In project directory, run
npm i. - Duplicate
.env.examplefile and rename the new file to.env. - Sign up on glot.io, then go here.
- Open the
.envfile and put the glot token in theGLOT_TOKENfield. - Now run
npm startto start the server. - Run
npm run clientto start webpack build task.

