Skip to content

ishivamshukla/audible-clone

Repository files navigation

Audible clone (open source)

Click on fork in the top left corner of your screen. Clone the repo you have been redirected to

git clone url_redirected_to

Installing dependencies

If you use yarn then run

yarn install

and if you use npm delete yarn.lock and run

npm install

Creating a new branch

git checkout -b new-feature

Starting server

If you are using yarn then run

yarn dev

and if you using npm run

npm run dev