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.