Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update read about live reload for mobile development
  • Loading branch information
lgmarchi authored Dec 5, 2024
1 parent 10a028c commit 77e0611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ npm run dev

### Live Reload for Mobile Development

1. Update the port to 3000 in the `vite.config.js` file, as Capacitor commands require this port.
1. Update the port to 3000 in the `vite.config.js` file, as Capacitor commands require this port and run server with `npm run dev`

2. Build the mobile app for Android or iOS with live reload enabled by running:

Expand Down

0 comments on commit 77e0611

Please sign in to comment.