An open API service indexing awesome lists of open source software.

https://github.com/laudebugs/release-notes-generator


https://github.com/laudebugs/release-notes-generator

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Release Notes Generator
> A web application that generates release notes for a given project using OpenAI's GPT-3 API.

## Setting Up:
In the `src/env.ts` file, add the following environment variables:

- `TINY_MCE_API_KEY` - The API key for the TinyMCE editor
- `OPENAI_API_KEY` - The API key for the OpenAI API

## Running the Application:
To run the application, run the following command in the terminal:
```bash
pnpm run start

# or

pnpm dlx nx serve
```