Skip to content

codigofalado/github-fight

Repository files navigation

Your icon here

Github Fight


GitHub language count GitHub release (latest by date) GitHub repo size GitHub stars

Description   |    Getting Started   |    What's inside?   |    License

under construction...

📋 Description

A simple way to compare Github Reactions. 😃

🚀 Getting Started

  1. Download the repository
  • Using Git
  git clone https://github.com/codigofalado/github-fight.git
  • Using Github CLI
  gh repo clone codigofalado/github-fight

💡 or whichever way you prefer

  1. Installation

Inside the repo folder, run yarn or npm install command to install the dependencies.

  1. Execution

run yarn start or npm start command to start a local server and get a test! 🚀

💡 If you use another package manager, run the reference commands for install the dependencies and execute the start script on package.json

🧐 What's inside?

🏗️ Technologies

💄 Linter tools

📦 Packages

🗃️ Gatsby plugins

A quick look at the top-level directories inside the ./src.

./src
 ├── @types
 ├── assets
 ├── components
 ├── hooks
 ├── Layout
 ├── pages
 ├── styles
  1. assets: all resources used. How icons, images, etc.

  2. pages: each folder is a website page.

  3. styles: global styles.

📝 License

This project is under the MIT license. See the file LICENSE for more details.


Build with 💙 By Henrique Miranda.

Based on the readme template.