Get started in three steps
This guide is for new engineers who want to get the PLEC platform running locally.Step 1: Clone the repos
Clone frontend + backend
Clone frontend + backend
Frontend (Web)Backend (API)
Recommended folder structure
Recommended folder structure
Step 2: Install deps + run locally
Frontend: install + start dev server
Frontend: install + start dev server
From the frontend repo:
Backend: install + start API server
Backend: install + start API server
From the backend repo:
Step 3: Verify everything is working
Quick health checks
Quick health checks
Backend healthOpenAPI JSON (used by Mintlify)
Connect frontend → backend
Connect frontend → backend
Make sure your frontend points to the backend base URL you’re running locally (commonly
http://localhost:3000 or http://localhost:3001).Next steps
Local development details
Environment variables, common issues, and debugging.
API reference
Explore endpoints and test requests in the playground.
Docs navigation
How the docs structure works and how to add pages.
Writing MDX
Add guides and engineering notes quickly.
If you get stuck: confirm ports, confirm environment variables, and check the backend logs for CORS or missing config errors.