Follow these steps to set up and run the project locally on your machine:
-
Clone the Repository:
- Clone this repository to your local machine using Git:
git clone https://github.com/cyber-evangelists/virus-scan-front-end.git
- Clone this repository to your local machine using Git:
-
Install Dependencies:
- Change your current directory to the project folder:
cd virus-scan-front-end
- Use npm (Node Package Manager) to install the project's dependencies:
or
npm install
yarn
- Change your current directory to the project folder:
-
Run the Project:
- Start the development server to run the project locally:
or
npm run dev
yarn run dev
The project will be available at
http://localhost:3000
. - Start the development server to run the project locally: