Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A portal for programmers to code online

NotificationsYou must be signed in to change notification settings

itaditya/Code-Runner

Repository files navigation

Logo

GitHub package versionDependenciesGitHub issuesGitHub pull requestsGitHub contributorsGitHub last commitHeroku

Description

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

  1. Python
  2. C
  3. C++
  4. Java
  5. Javascript

Steps to Setup Locally

  1. Fork and clone the repo.
  2. In project directory, runnpm i.
  3. Duplicate.env.example file and rename the new file to.env.
  4. Sign up onglot.io, then gohere.
  5. Open the.env file and put the glot token in theGLOT_TOKEN field.
  6. Now runnpm start to start the server.
  7. Runnpm run client to start webpack build task.

[8]ページ先頭

©2009-2025 Movatter.jp