Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 833 Bytes

File metadata and controls

21 lines (16 loc) · 833 Bytes

Upwork Fellow - Your AI Companion

Upwork Fellow Banner

Upwork Fellow is an open-source Chrome extension designed to help freelancers generate compelling proposals using the power of the OpenAI API. With just a few clicks, you can create professional and persuasive proposals tailored to your client's needs, increasing your chances of landing more projects. Perfect for freelancers on Upwork and other freelance platforms.

Run Front-End

  1. npm install
  2. npm start

Run Backend

  1. npm install
  2. npm run build:watch (terminal 1)
  3. npm start (terminal 2)

How to add in the Chrome Extension

  1. Go to client folder
  2. npm run build
  3. Go to chrome
  4. Click on load unpacked
  5. Select the build folder