Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

57 lines (36 loc) · 1.23 KB

Audible clone (open source)

We are going to create a pr. You need to know basic git and github commands to make a pr. If you don't know about it, check my Git and Github crash course

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

Creating a PR

Checkout this article to make a PR

Configuring Clerk

Checkout this article to configure Clerk

Contributors:

Contributors