Remove note about BS_HOST from the readme

This commit is contained in:
Kevin MacMartin 2022-03-23 13:57:30 -04:00
parent da90024a63
commit b13283c9f3

View file

@ -62,8 +62,6 @@ Reading through its contents is encouraged for a complete understanding of what
BrowserSync is used to keep the browser in sync with your code when running the `watch` task with gulp.
For this to work on browsers that aren't on the computer running gulp, the `BS_HOST` variable in the `.env` file should be set to the IP address of that computer.
## Public
The default public facing website uses Vue.js. To configure a non-SPA traditional website, look at the files in `traditional-bootstrap`.