Install the necessary dependencies for the documentation site by running this
from the docs folder:
npm installRun this from the docs folder:
npm startOnce the script finishes building the documentation site, you can visit it at http://localhost:2023.
To update the links data file, run this from the root folder (not the docs folder):
npm run build:docs:update-linksTo lint JS files, run this from the root folder (not the docs folder):
npm run lint:docs:jsTo autofix JS files, run this from the root folder (not the docs folder):
npm run lint:fix:docs:js© OpenJS Foundation and ESLint contributors, www.openjsf.org. Content licensed under MIT License.