Repo Setup

Repo Setup.mp4

Before you start building, you need to get the course project running locally. This involves cloning the repository, installing Node.js and pnpm, seeding the database, and setting up an agent.

The good news is that the setup is straightforward - just follow the steps below in order.

Steps To Complete

Clone the Repository

Go to the repository, press the code button, select HTTPS, and copy the URL.

git clone <https://github.com/gurtaj1/cohort-004-project-fork.git>

Then navigate into the cloned directory.

Install Node.js

Choose either version 22 or version 24 - both will work fine.

Select the installer for your operating system and follow the installation instructions.

node -v

You should see a version number printed back.

Set Up the Package Manager

corepack enable