This website is built using Docusaurus.
Node.jsversion 20.0 or above.
To install all dependencies, run:
npm installTo start the project locally, run:
npm run startTo execute unit tests, run:
npm run testTo generate static content, run:
npm run build