Hosting / Uploading Docusaurus Documentation
Run locally
cd projects/vibe-starterkit-docs
npm install
npm run start
Open in browser: http://localhost:3000
Build static files
cd projects/vibe-starterkit-docs
npm run build
Output: build/
The build/ folder can be uploaded directly to:
- Netlify
- Vercel (static)
- Nginx static hosting
- GitHub Pages
Serve local build output
npm run serve