This is a NextJS starter in Firebase Studio.
To get started, take a look at src/app/page.tsx.
- npm install
- Run Genkit in one terminal
- For a single run: npm run genkit:dev
- To watch for changes in your AI flow files and automatically restart: npm run genkit:watch
- Run the Next.js Development Server in another terminal : npm run dev