This folder contains a clean Next.js migration of the coding playground UI.
- LeetCode-style split layout UI
TopBar,ProblemPanel,EditorPanel- Run/Submit official LeetCode execution flow via browser extension bridge
- Install dependencies:
npm install- Create env file:
cp .env.example .envOn Windows PowerShell:
Copy-Item .env.example .env- Start dev server:
npm run devThen open http://localhost:3000.