To set up the project locally, follow the steps below.
Ensure you have the following installed:
-
Fork the Repository
-
Clone the Repository
Once you've forked the repository, clone it to your local machine:
git clone https://github.com/your-username/FoodKart
Replace your-username with your GitHub username.
-
Install Dependencies
Navigate to the project root directory and install the necessary dependencies:
npm install
or
npm i
To run the project locally:
-
Open the terminal in the project root directory.
-
Execute the following command:
npm start
or
npm run start
-
Open your web browser and go to http://localhost:1234/ to view the project.