Install all required dependencies for the documentation site by running the following command inside the docs folder:
npm installTo start the documentation site locally, run the following command inside the docs folder:
npm startAfter the build completes, the documentation site will be available at http://localhost:2023.
To update the links data file, run the following command from the project root (not the docs folder):
npm run build:docs:update-linksTo lint the documentation’s JavaScript files, run the following command from the project root (not the docs folder):
npm run lint:docs:jsTo auto-fix JavaScript files, run the following command from the project root (not the docs folder):
npm run lint:fix:docs:js© OpenJS Foundation and ESLint contributors, www.openjsf.org. Content licensed under the MIT License.