Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 656 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 656 Bytes

Installation and Setup

This project consists of two main components: client and server.

Client Setup

Navigate to the project folder and Run following commands in sequence:

  1. cd client
  2. npm install
  3. npm run build

Server Folder

Navigate to the project folder and Run following commands in sequence:

  1. cd server
  2. npm install
  3. npm start

Now Load your extension on Chrome as following:

  1. Access chrome://extensions/ in your browser.
  2. Enable Developer mode.
  3. Click on "Load unpacked extension".
  4. In the file dialog, navigate to the repository folder, select the "client" folder, and then choose the "dist" folder within it.