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 installto install all dependencies- setup an
.env.localfile with your environment variables (see.env.example) npm run devto start the app in development mode on localhost:3000