Remindear is a simple desktop app that reminds your routines you might forget.
You have to set your notification title and message first from under the packages/renderer/src/remindear.ts
When you set your messages, you can install the dependencies by running:
yarn
After that, you can run the app with:
yarn dev
If you want to build the app, you can simply do it like this:
yarn build
And then, you are ready to go. 🚀
Distributed with ❤️ under the MIT License.