Update readme.md

Added Development server information
This commit is contained in:
webDevTolu 2025-01-28 23:56:43 +01:00 committed by GitHub
parent 5fc8abb727
commit c22d3f1443
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,10 @@ See `:h live-server` for more information
`:LiveServerStop`: stop the live server
## Development Server
The server runs by default on `http://localhost:5555`. You can access your project by opening this URL in your web browser.
## Acknowledgements
1. [mazeloth/live-server](https://github.com/manzeloth/live-server/blob/main/plugin/live-server.vim):