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)

Next.js

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