Fix command to start the Vite dev server

Updated the README to change 'npm run dev' to 'npm run start' for starting the server.
This commit is contained in:
2026-07-10 00:54:17 -05:00
committed by GitHub
parent b673e59d3c
commit 7cbde654ac
+1 -1
View File
@@ -31,7 +31,7 @@ Cross-platform emulator manager and ROM library — for Windows, macOS, and Linu
```bash ```bash
npm install npm install
npm run dev npm run start
``` ```
This starts the Vite dev server for the renderer and the TypeScript compiler for the main process in watch mode. This starts the Vite dev server for the renderer and the TypeScript compiler for the main process in watch mode.