Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afzl210/coderunner

Run any language code locally in a containerized manner.
https://github.com/afzl210/coderunner

Last synced: 10 days ago
JSON representation

Run any language code locally in a containerized manner.

Awesome Lists containing this project

README

        

# CodeRunner

Run any language code locally in a containerized manner.

## Demo

https://github.com/AFZL210/CodeRunner/assets/79896602/2890ddda-ef68-428c-82cf-2ebc51e43930

## Installation

Clone CodeRunner

```bash
git clone https://github.com/AFZL210/CodeRunner.git
```

Run Server

```bash
cd server
npm install
npm run dev
```

Run Client

```bash
cd cr-client
npm install
npm run dev
```

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file of ```cr-client```

`NEXT_PUBLIC_SERVER_URL` the base URL of server's api endpoint