A code playground website using Docker power 🔥 to run multiple programming languages
- Node.js
- Golang
- Python
- Bash
- and more
Run the backend:
cd backend
npm install
npm run dev
Run the frontend:
cd frontend
npx serve
Access the app at http://localhost:5000.