# Scheduling Example App
This app provides a basic example of how to use Convex scheduling. It allows the
user to type send a messages that we'll delete ever 10s or something.
[tutorial](https://github.com/get-convex/convex/tree/main/npm-packages/demos/tutorial).
## Running the App
Run:
```
npm install
npm run dev
```