Skip to content

Latest commit

 

History

History

README.md

Next.js Migration (Clean Web App)

This folder contains a clean Next.js migration of the coding playground UI.

What is included

  • LeetCode-style split layout UI
  • TopBar, ProblemPanel, EditorPanel
  • Run/Submit official LeetCode execution flow via browser extension bridge

Setup

  1. Install dependencies:
npm install
  1. Create env file:
cp .env.example .env

On Windows PowerShell:

Copy-Item .env.example .env
  1. Start dev server:
npm run dev

Then open http://localhost:3000.