Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 408 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 408 Bytes

Convex

This example demonstrates how to build a fully functional chat app using React, Next.js and Convex.

The app was build within few hours. The computer just does random valid moves for now. Will improve later.

Run locally

npm install
rm -rf convex.json
npx convex init
npm run dev

Deploy your own

Deploy the example using Vercel: