Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 632 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 632 Bytes

▶️ The Playground

Website

The Playground screenshot

A code playground website using Docker power 🔥 to run multiple programming languages

  • Node.js
  • Golang
  • Python
  • Bash
  • and more

How to run locally?

Run the backend:

cd backend
npm install
npm run dev

Run the frontend:

cd frontend
npx serve

Access the app at http://localhost:5000.