Quick start
This quick start helps you run or integrate with Prego.
Prerequisites
- Node.js 18+
- pnpm or npm
- Environment variables for auth, control-plane, and billing URLs when connecting to a real backend.
Run admin-web locally
- Clone the repo and install dependencies.
- Set env vars (e.g.
.env.local). - Start the dev server:
pnpm dev - Open the app (e.g.
http://localhost:3002).
Call the Control Plane API
- Obtain base URL and credentials for the Control Plane API.
- Use the API reference for endpoints.
- Call health or a non-sensitive endpoint to verify connectivity.
Next steps
- Overview — Understand the platform.
- Guides — Auth, billing, onboarding.
- API & Reference — Integration details.