Repository: mysk/rachel-coach
Holding page for Rachel Dawson Coaching. Built with Next.js App Router; currently shows a coming-soon / update-in-progress page.
- Next.js 15 (App Router)
- React 19
- TypeScript
- Tailwind CSS
pnpm install
pnpm devThen open http://localhost:3000.
| Command | Description |
|---|---|
pnpm dev |
Start the dev server |
pnpm build |
Production build |
pnpm start |
Run the production build |
pnpm lint |
Run ESLint |
app/— routes, layout, and global stylescomponents/ui/— shared UI primitives (currentlyButton)lib/— utilities (cnhelper)public/— fonts, brand imagery, and icons