Docusaurus-based documentation/site project.
- Node.js
- npm
npm i
Developmentnpm run devThen open the URL shown in the terminal (usually http://localhost:3000). Build
npm run build
The output will be generated in the out/ directory.
If you run into issues, try removing node_modules and reinstalling:
rm -rf node_modules package-lock.json
npm i