Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 223 Bytes

File metadata and controls

4 lines (3 loc) · 223 Bytes

Setting up Convex

  • Set the VITE_CONVEX_URL and CONVEX_DEPLOYMENT environment variables in your .env.local. (Or run npx convex init to set them automatically.)
  • Run npx convex dev to start the Convex server.