Dev environment
December 11, 2025 ยท View on GitHub
This website is built using Docusaurus.
Requirements
Node.jsversion 20.0 or above.
Installation
To install all dependencies, run:
npm install
Local Development
To start the project locally, run:
npm run start
Test
To execute unit tests, run:
npm run test
Build
To generate static content, run:
npm run build