This repo hosts serverless APIs used by the firefly project hosted on cloudflare workers.
The project needs to interact with spotify web API. Add the client_id and secret to .dev.vars file under your project root:
SPOTIFY_WEB_API_CLIENT_ID=<your client ID>
SPOTIFY_WEB_API_CLIENT_SECRET=<your secret>
Then run
npx wrangler dev