Skip to content

Latest commit

Β 

History

History
53 lines (31 loc) Β· 1.17 KB

File metadata and controls

53 lines (31 loc) Β· 1.17 KB

Saucebase Documentation

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.

🌐 Live Documentation

β†’ https://saucebase-dev.github.io/docs/

πŸš€ Development

This documentation is built with Docusaurus.

Prerequisites

  • Node.js 18+
  • npm 8+

Local Development

# Install dependencies
npm install

# Start development server
npm start

This starts the development server at http://localhost:3000/docs/. Changes are reflected live without restarting the server.

Build

# Build for production
npm run build

This generates static content into the build directory.

Deployment

Documentation is automatically deployed to GitHub Pages when changes are pushed to the main branch.

πŸ“ Contributing

Contributions to improve the documentation are welcome!

πŸ“„ License

Documentation is licensed under MIT.


For questions or issues, please use GitHub Issues.