Skip to content

BlueBeret/Taiga-Contribution-Counter

Repository files navigation

Taiga Contributions Counter

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).

Getting Started

You can try the app at https://taiga.lurifos.dev or you can run it locally.

Prerequisites

  • Node.js
  • npm/yarn/any other package manager

Installation

  1. Clone the repo
git clone https://github.com/BlueBeret
  1. Install dep packages
npm install
  1. Run the app
npm run dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.