git submodule init
git submodule update --recursive --remote- Node.js 20 or higher
- npm (comes with Node.js)
npm installnpm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildIf you encounter build errors:
npm run clear # Clear Docusaurus cache
npm install # Reinstall dependencies
npm run build # Try building again