Merge pull request #14 from tolu-c/main

Added Development Server information
This commit is contained in:
Barrett Ruth 2025-01-29 20:44:03 -05:00 committed by GitHub
commit 3547fecc98
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):