Skip to content

zlatanpham/oneones.app

Repository files navigation

oneones.app

A question generator for one-on-one meetings. The app was built with NextJS and Notion API.

How to run

As the app sources data from a Notion database, you need to setup one to be able to run the app.

  1. Register a Notion API Key by following the instruction.
  2. 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