From 99d2c8fb6e52d30fedf1d55e39f6c4dea3469f54 Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Tue, 21 Jan 2025 07:38:37 -0800 Subject: [PATCH] fix nodejs start issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21b575e..ceb9d63 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Start the frontend: ```bash cd frontend npm install -npm run dev +npx vite ``` Access the UI at `http://localhost:5173`