Quick Start
Admin
Get the RawStack admin dashboard up and running locally.
Prerequisites
- Node.js 20+
- API running locally (see API quick start)
Steps
1. Install dependencies
cd apps/admin
npm install2. Configure environment
cp .env.example .envSet VITE_API_URL=http://localhost:3001.
3. Start the dev server
npm run devThe admin dashboard is available at the local Vite dev server URL shown in the terminal (typically http://localhost:5173).