An application that converts various tools the GOV.UK PaaS team is using into a friendly kanban wall used for standup and quick reference of what's going on.
The repo comes in with a make file which makes it easier to build the project from various Golang, TypeScript and SASS source code.
The following command should build them all:
make buildThe tests can be fired with the use of make target which will run ginkgo suite of tests:
make testAfter the application has been compiled, you should be able to execute the following:
./bin/rubberneckerYou should be able to view the application at http://localhost:8080
Following environment variables are required to be provided for the application to work properly:
PIVOTAL_TRACKER_PROJECT_ID
PIVOTAL_TRACKER_API_TOKEN
PAGERDUTY_AUTHTOKENThese can be provided in a form of flags. See the help section for more details.
You can find some exciting functionality if you run:
./bin/rubbernecker --help- documentation icon by Adrien Coquet
- goat icon by Chanut is Industries
- grinch icon by Denis Shumaylov
- brain icon by Sumit Saengthong