This document provides detailed instructions to set up our Nextjs boilerplate, Indie Starter. Follow these steps to expedite your development process with our streamlined processes and features.
To access the Indie Starter repository, purchase a plan. We offer two options: the Pro plan and the Starter plan. Learn more about the plans
After purchasing a plan, clone the repository using the appropriate command:
For Pro plan:
git clone https://github.com/Ali-Hussein-dev/indiestarter-pro [YOUR_APP_NAME]
For Starter plan:
git clone https://github.com/Ali-Hussein-dev/indiestarter-starter [YOUR_APP_NAME]
Use the following command to move into your project directory:
cd [YOUR_APP_NAME]
Set the remote origin to your repository using the following command:
git remote set-url origin [YOUR_REPOSITORY_URL]
Install the necessary dependencies with the following command:
pnpm install
Copy the .env.example
file to .env.local
and fill in the environment variables. Refer to our Environment Variables documentation for more details.
Start the development server with:
pnpm dev