Create formatted release notes with GPT summary from auto generated GitHub release notes
http://release-notes-maker.surge.sh/
cd server
npm install
PORT=3210 API_KEY=sk-123 CORS_ORIGIN=http://localhost:3000 node index.js
cd web
npm install
REACT_APP_SERVER_URL=http://localhost:3210 npm start