Nextbase Docs
Nextbase Docs
HomeBlogWelcome to Nextbase v3!Getting Started with NextBaseQuick setup
First StepsSetting up Supabase LocallySetting up StripeDev environmentLogin to app in developmentSetting up Supabase for Production
Installation

First Steps

Welcome to the Nextbase repository on GitHub!

Welcome to the Nextbase repository on GitHub!

Prerequisites

Before you get started, make sure you have the following:

  • Git installed on your system. If you don't already have it, you can download it from the official Git website (https://git-scm.com/).
  • A terminal or command prompt. This will be used to run commands and navigate directories.
  • Node.js installed on your system. If you don't already have it, you can download it from the official Node.js website (https://nodejs.org/).

Cloning the Repository

To get started with the Nextbase project, you will need to clone the repository onto your local machine. Here's how to do it:

  1. Open a terminal or command prompt and navigate to the directory where you want to store the Nextbase repository.
  2. Run the following command to clone the repository:
git clone https://github.com/imbhargav5/nextbase-ultimate.git

This will create a new directory called "nextbase" in your current location, and clone the contents of the repository into it.

  1. Navigate into the repository by running the following command:
cd nextbase-ultimate
  1. You are now ready to start working with the Nextbase project! To update the repository with the latest changes, run the following command:
git pull

That's it! You should now have a local copy of the Nextbase repository on your machine.

Quick setup

Setting up nextbase is easy. Follow these steps to get started.

Setting up Supabase Locally

Learn how to set up Supabase locally for development. This guide will show you how to pull the Docker image and set up the environment variables for your Next.js application.

On this page

PrerequisitesCloning the Repository