1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

Docs: restore local dev port to 9001 (#41545)

Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
Patrice Chalin
2025-06-16 17:56:15 -04:00
committed by GitHub
parent d83f33af3a
commit e6eb77a442
5 changed files with 6 additions and 6 deletions

View File

@@ -151,7 +151,7 @@ Documentation search is powered by [Algolia's DocSearch](https://docsearch.algol
1. Run `npm install` to install the Node.js dependencies, including Astro (the site builder).
2. Run `npm run test` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
3. From the root `/bootstrap` directory, run `npm run docs-serve` in the command line.
4. Open `http://localhost:9001/` in your browser, and voilà.
4. Open <http://localhost:9001> in your browser, and voilà.
Learn more about using Astro by reading its [documentation](https://docs.astro.build/en/getting-started/).