This is a project built with Chef using Convex as its backend.
This project is connected to the Convex deployment named terrific-dogfish-109
.
The frontend code is in the app
directory and is built with Vite.
The backend code is in the convex
directory.
npm run dev
will start the frontend and backend servers.
Chef apps use Convex Auth with Anonymous auth for easy sign in. You may wish to change this before deploying your app.
Check out the Convex docs for more information on how to develop with Convex.
- If you're new to Convex, the Overview is a good place to start
- Check out the Hosting and Deployment docs for how to deploy your app
- Read the Best Practices guide for tips on how to improve you app further
User-defined http routes are defined in the convex/router.ts
file. We split these routes into a separate file from convex/http.ts
to allow us to prevent the LLM from modifying the authentication routes.