- Clone the repo using
git
command:git clone https://github.com/Corei13/getreads.git
. - Go to the cloned directory using command:
cd getreads
. - Go to the
server
directory runningcd server
. Then install dependencies withyarn
ornpm install
- Run the server by running:
npm run dev
oryarn dev
. - The server should be up on your port:
4017
.
- Open your Google chrome and go to chrome://extensions.
- Turn on the
Developer mode
on the top right. - Click on the
Load unpacked
button. - Now browse and open
getreads/extension
(inside the cloned repository). - On book details page (ex: https://www.goodreads.com/book/show/7624.Lord_of_the_Flies) you'll see an extra
Download from GetReads
button if it's available to download throught this extension. - Now, you've done all the setups and everything should be functioning!