An open API service indexing awesome lists of open source software.

https://github.com/eddypbr/ranking-pbr

A system for scoring games or pranks with friends
https://github.com/eddypbr/ranking-pbr

commitizen commitlint eddy firebase firebase-auth husky nextjs pbr ranking react react-hot-toast realtime-database tailwindcss typescript

Last synced: 2 months ago
JSON representation

A system for scoring games or pranks with friends

Awesome Lists containing this project

README

          

# RANKING PBR

A system for scoring games or pranks with friends

### COMMITIZEN FIENDLY

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

You can commit this project using the command:
- yarn commit or npx commit

Or you can substitute your `git commit` script for a commitizen use:
- npm install commitizen -g

Now use the commands bellow:
- yarn cm or npx cm or git commit (if you installed cz cli globally)
- answer the questions and finished!