- apps/web: Next.js frontend (TypeScript, Tailwind)
- apps/cms: Strapi backend (Headless CMS)
- scripts/scraping: Scraping scripts location
Start the Strapi server (Admin Panel):
cd apps/cms
npm run develop- Admin URL: http://localhost:1337/admin
- API URL: http://localhost:1337/api
Start the Next.js development server:
cd apps/web
npm run dev- Site URL: http://localhost:3000
See GEMINI.md and docs/ for detailed architectural decisions (Option B).