This project consists of two main components: client and server.
Navigate to the project folder and Run following commands in sequence:
- cd client
- npm install
- npm run build
Navigate to the project folder and Run following commands in sequence:
- cd server
- npm install
- npm start
- Access chrome://extensions/ in your browser.
- Enable Developer mode.
- Click on "Load unpacked extension".
- In the file dialog, navigate to the repository folder, select the "client" folder, and then choose the "dist" folder within it.