-
Clone the git repository to your local desktop
-
Install the node package manager by running npm i or npm install
-
Add a file called .env.local to the file you just cloned
-
In that file, copy and paste the following code:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_ZGVzaXJlZC1vcmNhLTI4LmNsZXJrLmFjY291bnRzLmRldiQ CLERK_SECRET_KEY=sk_test_llUo9366mgqageCt5pqIBE0DFJ9mcT4T9FCaz4FZP1
NEXT_PUBLIC_CONVEX_URL=https://efficient-impala-900.convex.cloud
CONVEX_DEPLOYMENT=dev:efficient-impala-900 # team: agarwalrahul1008, project: stock-website
