A dashboard for git statistics
We will show the most active contributors across all your projects as well as the activity in all your projects and repositories in a single location.
To install:
- Create a python venv and activate it
- Install the requirements with
pip install -r requirements.txt
- Install node
- run
npm install
- to compile the javascripts do
npm run build
. During active development usenpm run watch
instead - run the analyze management command by pointing to the top level folder in your hard disk where the projects are stored
- start the django development server with
manage.py runserver
(or use daphne) - point your browser to http://localhost:8000
Typescript? No thank you