You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
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.
Roadmap
[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)
Currently Supported Languages
Python
C
C++
Java
Javascript
Steps to Setup Locally
Fork and clone the repo.
In project directory, runnpm i.
Duplicate.env.example file and rename the new file to.env.