Run any language code locally in a containerized manner.
2024-04-27.21-50-06.mp4
Clone CodeRunner
git clone https://github.com/AFZL210/CodeRunner.gitRun Server
cd server
npm install
npm run devRun Client
cd cr-client
npm install
npm run devTo 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