https://github.com/laudebugs/release-notes-generator
https://github.com/laudebugs/release-notes-generator
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/laudebugs/release-notes-generator
- Owner: laudebugs
- Created: 2024-03-21T05:50:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T00:07:28.000Z (over 1 year ago)
- Last Synced: 2025-01-09T06:51:28.967Z (9 months ago)
- Language: TypeScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```