From 4e3c753da4be876da3d71aa7b91eee4d13abc953 Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Wed, 8 Jan 2025 23:41:48 +0800 Subject: [PATCH] docs: update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3e9375e..0b888b5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # Loro Docs The source code for https://loro.dev/ + +# Development + +```bash +pnpm install +pnpm dev +```