Quick Start

Admin

Get the RawStack admin dashboard up and running locally.

Prerequisites

Steps

1. Install dependencies

cd apps/admin
npm install

2. Configure environment

cp .env.example .env

Set VITE_API_URL=http://localhost:3001.

3. Start the dev server

npm run dev

The admin dashboard is available at the local Vite dev server URL shown in the terminal (typically http://localhost:5173).

On this page