docs/README.md
Install all required dependencies for the documentation site by running the following command inside the docs folder:
npm install
To start the documentation site locally, run the following command inside the docs folder:
npm start
After 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-links
To lint the documentation’s JavaScript files, run the following command from the project root (not the docs folder):
npm run lint:docs:js
To 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.