# Crons Example App
This app provides a basic example of how to use Convex cron jobs. It clears all
messages every minute. The example builds on the Convex
[tutorial](https://github.com/get-convex/convex/tree/main/npm-packages/demos/tutorial).
## Running the App
Run:
```
npm install
npm run dev
```