It ain't really that deep tbh. I am lazy. I just needed something that can generate version tag release notes. i searched the internet and i did not see any and the ones i saw were paid and i hate paying, so i said, 'nah, i'mma do my own thing'
building this was boring btw.
This is a Next.js (TypeScript) project that uses the Google Generative AI API.
Follow the steps below to set it up locally.
- Next.js (App Router)
- TypeScript
- React
- Google Generative AI API
git clone https://github.com/d3uceY/gitMD.git
cd git-mdnpm installCreate a .en.local file in the root directory and add the following variables:
NEXT_PUBLIC_GOOGLE_API_KEY=your-google-api-key
NEXT_PUBLIC_BASE_URL='https://your-domain.com'npm run devOpen your browser and navigate to http://localhost:3000 to access the application.