Sign InBlogFAQContact Us
    Sign InBlogFAQContact Us

Elevate franchise training with the power of AI.

© Copyright 2025 Eloquate. All Rights Reserved.

About
  • Who we are
  • Blog
  • Contact
Product
  • Documentation
  • Help Center
  • Changelog
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy
Subscribe to our Newsletter
Get the latest updates from our team.
Getting Started
Installing Makerkit
Clone the repository
Running the Application
Next.js
Supabase
Stripe
Authentication
Overview
Supabase Setup

Running the Application

How to run the application in development mode

After installing the modules, we can finally run the application in development mode.

We need to execute two commands (and an optional one for Stripe):

  1. Next.js Server: the first command is for running the Next.js server
  2. Supabase Environment: the second command is for running the Supabase environment with Docker
  3. Stripe CLI: finally, the Stripe CLI is needed to dispatch webhooks to our local server (optional, only needed when interacting with Stripe)

About this Documentation

This documentation complements the Supabase one and is not meant to be a replacement. We recommend reading the Supabase documentation to get a better understanding of the Supabase concepts and how to use it.


Next.js

Learn how to run the Next.js server on your local machine.

Read more

Supabase

Running the Supabase containers locally for development.

Read more

Stripe

How to run the Stripe CLI for Webhooks in a local development environment

Read more
PreviousClone the MakerKit SaaS boilerplate repository
NextRunning the Next.js Server