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.
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.
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.
pnpm by running this command in your terminalcorepack enable