- Clone the repo using
gitcommand:git clone https://github.com/Corei13/getreads.git. - Go to the cloned directory using command:
cd getreads. - Go to the
serverdirectory runningcd server. Then install dependencies withyarnornpm install - Run the server by running:
npm run devoryarn dev. - The server should be up on your port:
4017.
- Open your Google chrome and go to chrome://extensions.
- Turn on the
Developer modeon the top right. - Click on the
Load unpackedbutton. - 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 GetReadsbutton if it's available to download throught this extension. - Now, you've done all the setups and everything should be functioning!