This is a Next.js project bootstrapped with create-next-app and developed within Firebase Studio. It uses Genkit for its AI capabilities.
First, ensure you have all dependencies installed:
npm installThen, run the development server:
npm run devTo run the Genkit AI flows in parallel for local development and inspection, use a separate terminal:
npm run genkit:watchOpen http://localhost:3000 with your browser to see the result.
To create a production-ready build, run:
npm run build