ToDoist App
Setup:
- run npm install
- touch .env then in .env:
- add PORTAL_API_KEY set to Copilot API key
- add TODO_API_KEY set to Todoist API key
- add COPILOT_CLIENT_ID set to Copilot production test client ID
- in the Todoist web app, create a project with the exact full name of the test client
- run 'npx next dev' and visit localhost:3000