Install Dependencies
After extracting the project files, open your terminal and navigate to the project folder where you extracted the files. For example:
cd path/to/extracted-folder
Now, install all the necessary dependencies using Yarn:
npm install
This command will download and install all required packages to run the project.
Last updated