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

https://github.com/socraft-public/deducktible

Deducktible
https://github.com/socraft-public/deducktible

firebase react vite

Last synced: 2 months ago
JSON representation

Deducktible

Awesome Lists containing this project

README

          

#


Deducktible logo Deducktible


![workflow](https://github.com/socraft-public/Deducktible/actions/workflows/deploy.yml/badge.svg)


## Contribute ❤️

🔒 Any added feature has been previously discussed in a Github issue.

🙏 For organizational reasons, please only include what is in the ticket when working on a feature.

👍 Please name your branches with the issue number you are working on as a prefix.

🕵️‍♂️ When writing commits, please follow the conventional commit standards by using the types :

```yaml
feat: A new feature
fix: A bug fix
chore: Other changes that don't modify src or test files
style: Changes that do not affect the meaning of the code
revert: Reverts a previous commit
docs: Documentation only changes
```



If you want to find out more about conventional commit, see : https://www.conventionalcommits.org/en/v1.0.0/