This website is built using Docusaurus 3.
If you find any typo reading the documentation, please submit a Pull Request or an Issue.
- Node.js version 20.0 or higher
npm installnpm run startThis starts a local development server at http://localhost:3000 with hot reload enabled. Most changes are reflected live without restarting the server.
npm run buildThis generates static content into the build directory.
npm run serveThis serves the production build locally at http://localhost:3000 for testing before deployment.