Skip to content

VitorHugoAntunes/Github_Blog

Repository files navigation

Github Blog

Github Blog

React blog that uses the Github API to create posts based on issues in a repository.

🚀 installing

To install this repository, follow these steps:

git clone https://github.com/VitorHugoAntunes/Github_Blog.git
cd Github_Blog-main
npm install or yarn

☕ Running

npm run dev

📫 Contributing

To contribute to this repository, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name> / <location>
  5. Create the pull request.

Your feedback and contributions are always welcome!