Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
60 lines (39 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

60 lines (39 loc) · 1.21 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

Environment Variables

NEXT_PUBLIC_CLERK_FRONTEND_API=clerk.zxz8x.5gnwy.lcl.dev
BOOK_API_KEY=AIzaSyAJRhBIWSd1ucYGCoz7Wr5IKC0U-IL58Vg

Contributors:

Contributors