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.dist .env

Set VITE_API_URL=http://localhost:3001/v1.

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).

Find out more about the admin dashboard by reading the in-depth deep dive.

On this page