This documentation will guide you through the process of setting up and customizing the Solid SaaS Boilerplate. Follow the steps below to get started.
Clone the repository to your local machine using the following command:
git clone https://github.com/your-repo/solid-saas-boilerplate.git
Navigate into the project directory and install the required dependencies using Yarn or npm:
cd solid-saas-boilerplate
yarn install
// ornpm install
Start the development server with the following command:
yarn dev
// ornpm run dev
Customize the project to fit your needs by editing the components and styles located in the src
folder.