Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
STEP 1
: Fork this repository.
git clone https://github.com/<your_username>/next-blog.git
cd next-blog
git remote add upstream https://github.com/Rahilsiddique/next-blog.git
git remote -v
STEP 6
: Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).
git pull upstream master
git checkout -b <your_branch_name>
Open any code editor and run npm install
and then npm start
.
git add .
git commit -m "Relevant message"
git push -u origin <your_branch_name>