A question generator for one-on-one meetings. The app was built with NextJS and Notion API.
As the app sources data from a Notion database, you need to setup one to be able to run the app.
- Register a Notion API Key by following the instruction.
- Create a development database by cloning the template.
Once the API key and database ID are ready, create .env.local
at the root of the project and add the following content.
NOTION_API_KEY={{YOUR_API_KEY}}
NOTION_DATABASE_ID={{YOUR_DATABASE_ID}}
Finally, install dependencies and run development
yarn
yarn dev