Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.07 KB

File metadata and controls

46 lines (36 loc) · 1.07 KB

gitMD

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.


📦 Tech Stack

  • Next.js (App Router)
  • TypeScript
  • React
  • Google Generative AI API

1. Clone the repository

git clone https://github.com/d3uceY/gitMD.git
cd git-md

2. Install dependencies

npm install

3. Set up environment variables

Create 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'

4. Run the development server

npm run dev

5. Access the application

Open your browser and navigate to http://localhost:3000 to access the application.