Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 514 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 514 Bytes

release-notes-maker

Create formatted release notes with GPT summary from auto generated GitHub release notes

http://release-notes-maker.surge.sh/

Server setup

cd server
npm install 
PORT=3210 API_KEY=sk-123 CORS_ORIGIN=http://localhost:3000 node index.js

Web setup

cd web
npm install 
REACT_APP_SERVER_URL=http://localhost:3210 npm start

Screenshot 2023-05-09 at 22 08 54