Notion Tools is a service that attempts to solve unsupported use cases in Notion.
Current tools:
- Recurring Tasks
- Database Visualization
I open-sourced this repo to allow users to add new tools or report/fix issues they have.
To run this app, you need to follow these steps:
npm install
to install all dependencies- setup an
.env.local
file with your environment variables (see.env.example
) npm run dev
to start the app in development mode on localhost:3000