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
If you use yarn then run
yarn install
and if you use npm delete yarn.lock and run
npm install
git checkout -b new-feature
If you are using yarn then run
yarn dev
and if you using npm run
npm run dev
Checkout this article to make a PR
Checkout this article to configure Clerk