Taiga Contributions Counter is a simple web app that counts the number of contributions (points) you have made to a https://taiga.io/ (The free and open-source project management tool).
You can try the app at https://taiga.lurifos.dev or you can run it locally.
- Node.js
- npm/yarn/any other package manager
- Clone the repo
git clone https://github.com/BlueBeret- Install dep packages
npm install- Run the app
npm run devPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.