Description | Getting Started | What's inside? | License
under construction...
A simple way to compare Github Reactions. 😃
- 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
- Installation
Inside the repo folder, run yarn
or npm install
command to install the dependencies.
- 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
- Manifest
- Netlify
- Netlify cache
- Offline
- Page Creator
- Polished
- Preload Fonts
- React Helmet
- Sharp
- Styled Components
./src
├── @types
├── assets
├── components
├── hooks
├── Layout
├── pages
├── styles
-
assets
: all resources used. How icons, images, etc. -
pages
: each folder is a website page. -
styles
: global styles.
This project is under the MIT license. See the file LICENSE for more details.
Build with 💙 By Henrique Miranda.
Based on the readme template.