From 9b785d7fdcc6d85a5a8f79d96319a736ed38544c Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Tue, 17 Feb 2026 07:14:35 -0800 Subject: [PATCH] docs: readme update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa81bb1..ae4622a 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,11 @@ Join our Discord community: [https://discord.gg/8KgJpvjfaJ](https://discord.gg/8 ```bash # Install dependencies +git submodule update --init --recursive bun install # Run development server +npx convex dev # Note: you will need to initialize or select a Convex project bun run dev # Build for production