From 285e7c6181ef3e955330e278dd8af3163a51e570 Mon Sep 17 00:00:00 2001 From: Thomas Wu <62056970+TakumiBC@users.noreply.github.com> Date: Sun, 3 Mar 2024 10:45:39 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f0ccc4..8df7831 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Run the frontend: ```bash cd frontend -yarn -yarn dev +pnpm i +pnpm run dev ``` Open http://localhost:5173 to use the app.