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 out Avneesh's 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 npm then run
npm install
This project is using npm so stick to npm
git checkout -b new-feature
npm run dev
To run this project, you will need to add the following environment variables to your .env.local file
UNSPLASH_ACCESS_KEY
UNSPLASH_ACCESS_KEY=qWUy4S56DsViI-OSWNKcpB4O_bdwQesO8FlXXFG5GXA
- Kill the current server and start a new server
npm run dev
This project is licensed under the MIT License - see the LICENSE
file for details.
Checkout this article by Avneesh to make a PR
You have successfully created a pull request and I will review and merge it soon.