Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Browzarr's documentation

🚀 Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

Your documentation site will be running at http://localhost:3000

📖 Documentation

For detailed documentation on customizing your Docus project, visit the Docus Documentation

🚀 Deployment

Build for production:

npm run build

The built files will be in the .output directory, ready for deployment to any hosting provider that supports Node.js.

📄 License

MIT License