An ethical French Bulldog breeding application built with Next.js, React, Tailwind CSS, and Genkit AI.
- Puppy Gallery: View available and past litters.
- AI Name Generator: Get creative name suggestions using Gemini AI.
- Adoption Guide: Information on health, care, and the adoption process.
- Contact System: Inquire about puppies or join the waitlist.
- Install Dependencies:
npm install
- Setup Environment:
Create a
.envfile and add yourGOOGLE_GENAI_API_KEY. - Run the App:
npm run dev
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin git@github.com:josephburris9999-lang/violetsfrenchies.git
git push -u origin mainIf your push is rejected, run:
git pull origin main --allow-unrelated-historiesIf git pull fails with an unresolved conflict:
- Stage all files:
git add . - Commit the merge:
git commit -m "Resolve merge conflicts" - Push again:
git push -u origin main
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS + ShadCN UI
- AI: Genkit + Google Gemini
- Icons: Lucide React