# Install dependencies
npm install
# Start development server
npm run devYour documentation site will be running at http://localhost:3000
For detailed documentation on customizing your Docus project, visit the Docus Documentation
Build for production:
npm run buildThe built files will be in the .output directory, ready for deployment to any hosting provider that supports Node.js.