This section uses the react-hook-form react library to gather the form data and pass it up the chain. I use Monday.com to gather the information. You could easily use sendgrid instead to simply email the submissions to yourself instead. I believe monday has a free version.
You should have a file called '.env' on your local server. Make sure this does NOT get uploaded to github and add it to your .gitignore. Inside that file there should be the following:
- SPOTIFY_CLIENT_ID
- SPOTIFY_CLIENT_SECRET
- SPOTIFY_REFRESH_TOKEN
- NEXT_PUBLIC_API_MONDAY_BOARD_STORIES
- NEXT_PUBLIC_API_MONDAY_AUTH