fix nodejs start issue

This commit is contained in:
Steve Androulakis
2025-01-21 07:38:37 -08:00
parent 9c11298fe1
commit 99d2c8fb6e

View File

@@ -78,7 +78,7 @@ Start the frontend:
```bash ```bash
cd frontend cd frontend
npm install npm install
npm run dev npx vite
``` ```
Access the UI at `http://localhost:5173` Access the UI at `http://localhost:5173`