Introduction
GorilliSaaS is a modern SaaS starter kit built with Next.js, TypeScript, and Tailwind CSS. It provides everything you need to launch your product quickly.
Prerequisites
Before getting started, make sure you have the following installed:
Installation
Clone the repository and install dependencies:
```bash
git clone https://github.com/gorilli-team/gorillisaas.git
cd gorillisaas
yarn install
```
Configuration
Copy the example environment file and fill in your values:
```bash
cp .env.example .env.local
```
Running Locally
Start the development server:
```bash
yarn dev
```
Your application will be available at [http://localhost:3000](http://localhost:3000).
Next Steps
Once you have the application running, check out the CUSTOMIZATION.md file for guidance on adapting the template to your specific product.