Prerequisites
Before you begin, ensure you have the following installed:
- Node.js 18.17 or later
- npm, bun, or yarn package manager
Clone the Repository
Start by cloning the boilerplate repository you've received in your email:
# Clone the repository
git clone <repository-url>
# Navigate to the project directory
cd <project-folder>
# Remove the original remote
git remote remove origin
Install Dependencies
Install the required dependencies:
npm install
Environment Variables Configuration
Copy the example environment file and update it with your settings:
mv .env.example .env.local
Next Steps
In the next section Getting Started. I will walk you through how to setup the tools we just installed.
Getting Started
Clear instructions to quickly set up your project.