Files
lcbp3/specs/200-fullstacks/240-ai-console-collapsible-cards/quickstart.md
T
2026-06-19 09:28:29 +07:00

13 lines
483 B
Markdown

# Quickstart: AI Console Collapsible Cards
## Setup and Verification
1. Start the frontend application:
```bash
pnpm --filter lcbp3-frontend dev
```
2. Navigate to `http://localhost:3000/admin/ai` as a Superadmin.
3. Test collapsing and expanding the entire monitoring section using the chevron next to the header title.
4. Test collapsing individual cards (e.g. VRAM GPU Monitor).
5. Reload the page to verify that your collapsed states are restored from `localStorage`.