Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laudebugs/release-notes-generator
- Owner: laudebugs
- Created: 2024-03-21T05:50:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T20:42:22.000Z (8 months ago)
- Last Synced: 2024-04-17T04:58:49.193Z (7 months ago)
- Language: TypeScript
- Size: 820 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
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
```