From fb6193877cf336daaa3113b3c706d98ea85a5327 Mon Sep 17 00:00:00 2001 From: amoorzheyu Date: Fri, 11 Jul 2025 10:25:05 +0800 Subject: [PATCH] docs: modify documentation to reflect the use of Vite --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f29dbc..0701a81 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ DeckTap uses `@nut-tree/nut-js` to simulate keyboard events. On macOS, you need ## 🚀 Getting Started (LAN Mode) 1. Install dependencies: ```bash - cd decktap-web && npm install && npm run build + cd decktap-web && npm install && vite build cd .. && npm install ``` @@ -75,7 +75,7 @@ DeckTap uses `@nut-tree/nut-js` to simulate keyboard events. On macOS, you need - - Start controlling your presentation (Use 👉 to switch left and right hand mode) - - + ---