## Setting up Convex

- Set the `VITE_CONVEX_URL` and `CONVEX_DEPLOYMENT` environment variables in your `.env.local`. (Or run `<%- getPackageManagerExecuteScript('convex', ['init']) %>` to set them automatically.)
- Run `<%- getPackageManagerExecuteScript('convex', ['dev']) %>` to start the Convex server.
