mirror of
https://github.com/mileswolfallen2/OmniEmu2.0.git
synced 2026-09-08 11:23:17 +00:00
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user