Get Started

Welcome to Boilerbay

Here's a brief summary of the basic setup of SaaS Kit. Follow these steps to get your app operational. This is for the Next.js 13 version with App directory structure.

Clone the repo

git clone `https://github.com/boilerbaydev/indie-kit.git`

Starting the server

  1. Navigate to the saas directory
cd saas
  1. Install the dependencies
npm install
  1. Create a .env file
cp.env.example.env;
  1. Start the server
npm run dev