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