Run this project locally

First, clone the repository using your preferred Git client.

Open the directory where you cloned the project, duplicate the .env.example file in the root directory and rename it to .env.local.

Add all the required environment variables as described in the Configure Supabase and Configure Stripe docs.

A complete list of required environment variables with descriptions can be found here: list of environment variables

To run this project locally run the following commands in the root directory of your project:

npm install
npm run dev

# OR

yarn
yarn dev

Navigate to http://localhost:3000 to view the application.

Now you are ready to start building new features.


Last updated:

Want to know how to easily build your SaaS?

Sign up for the Ship SaaS newsletter to get notifiedabout the latest updates and blog posts

We care about the protection of your data. Read our Privacy Policy and Terms & Conditions.