I wrote this tool to help me manage public (and private) remote mob programming sessions, where participants are not part of an existing team, but are individuals joining to learn a skill, or to help develop a product. Since folks can come and go, managing who is participating in which mob programming session (known as a "ensemble") can get tedious. Managing their access to the GitHub repository, knowing if they're new to mobbing, and making sure no more than 5 people are part of each ensemble, etc., pushed me over the edge into creating this tool.
This is currently a Work In Progress, being built almost 100% in public, live on Twitch.
To run this project, you will need to add the following environment variables
or update the application.properties
file directly.
(to update...)
github.oauth2.clientId
github.oauth2.clientSecret
Requires Java 16 (or later) and uses Maven for building.
Since it uses GitHub OAuth2 for authentication, you'll need to register this application with your GitHub account if you want to run it yourself.
Using Tailwind's simple CSS generation with the new "jit" processor:
npx tailwindcss -o ./src/main/resources/static/tailwind.css --watch --jit --purge="./src/main/resources/**/*.html"
(more details to come)