Getting StartedBeginner · 6 min · Updated May 1, 2026
Quick Start
Set up the project and run your first screen in minutes.
Install dependencies
Use npm install and run npm run dev to start local docs portal.
Create first route
Add app/docs/page.tsx and export a default page component.
Run dev server
bash
npm install
npm run dev