This repository contains the comprehensive documentation for Saucebase - a modular Laravel SaaS starter kit built on Laravel, Inertia.js, and Tailwind CSS with your choice of Vue 3 or React.
→ https://saucebase-dev.github.io/docs/
This documentation is built with Docusaurus.
- Node.js 18+
- npm 8+
# Install dependencies
npm install
# Start development server
npm startThis starts the development server at http://localhost:3000/docs/. Changes are reflected live without restarting the server.
# Build for production
npm run buildThis generates static content into the build directory.
Documentation is automatically deployed to GitHub Pages when changes are pushed to the main branch.
Contributions to improve the documentation are welcome!
Documentation is licensed under MIT.
For questions or issues, please use GitHub Issues.