Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 269 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 269 Bytes

Moody

To run locally:

  • clone repository
  • run npm i
  • create .env file and replace the following with your tokens:
    • SPOTIFY_CLIENT_ID=ae...71
    • SPOTIFY_CLIENT_SECRET=6b...6b
    • NEXTAUTH_SECRET=3H...M=
    • OPENAI_API_KEY=sk...vS
  • run npm run dev