logo

Welcome to Startup Documentation

Getting Started

This documentation will guide you through the process of setting up and customizing the Solid SaaS Boilerplate. Follow the steps below to get started.

Step 1: Clone the Repository

Clone the repository to your local machine using the following command:

git clone https://github.com/your-repo/solid-saas-boilerplate.git

Step 2: Install Dependencies

Navigate into the project directory and install the required dependencies using Yarn or npm:

cd solid-saas-boilerplate
yarn install
// or
npm install

Step 3: Start the Development Server

Start the development server with the following command:

yarn dev
// or
npm run dev

Step 4: Customize Your Application

Customize the project to fit your needs by editing the components and styles located in the src folder.