Skip to content

Commit 78250c0

Browse files
committed
Restore 9001 as the local-dev port
1 parent 557bc86 commit 78250c0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Documentation search is powered by [Algolia's DocSearch](https://docsearch.algol
151151
1. Run `npm install` to install the Node.js dependencies, including Astro (the site builder).
152152
2. Run `npm run test` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
153153
3. From the root `/bootstrap` directory, run `npm run docs-serve` in the command line.
154-
4. Open <http://localhost:4321> in your browser, and voilà.
154+
4. Open <http://localhost:9001> in your browser, and voilà.
155155

156156
Learn more about using Astro by reading its [documentation](https://docs.astro.build/en/getting-started/).
157157

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"docs-lint": "npm-run-all docs-prettier-check docs-vnu",
8282
"docs-prettier-check": "prettier --config site/.prettierrc.json -c --cache site",
8383
"docs-prettier-format": "prettier --config site/.prettierrc.json --write --cache site",
84-
"docs-serve": "npm run astro-dev",
84+
"docs-serve": "npm run astro-dev -- --port 9001",
8585
"docs-serve-only": "npx sirv-cli _site --port 9001",
8686
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
8787
"update-deps": "ncu -u -x eslint,eslint-config-xo,eslint-plugin-unicorn,karma-browserstack-launcher,karma-rollup-preprocessor,sass",

site/src/content/docs/getting-started/contribute.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Running our documentation locally requires the use of Astro. Astro is a modern s
5656

5757
1. Run through the [tooling setup](#tooling-setup) above to install all dependencies.
5858
2. From the root `/bootstrap` directory, run `npm run docs-serve` in the command line.
59-
3. Open `http://localhost:4321/` in your browser, and voilà.
59+
3. Open `http://localhost:9001/` in your browser, and voilà.
6060

6161
Learn more about using Astro by reading its [documentation](https://docs.astro.build/en/getting-started/).
6262

0 commit comments

Comments
 (0)