Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afzl210/coderunner
- Owner: AFZL210
- Created: 2024-01-13T16:10:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T16:25:50.000Z (7 months ago)
- Last Synced: 2024-04-27T17:24:21.454Z (7 months ago)
- Language: TypeScript
- Size: 4.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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