Webapp for collaborative online retrospectives hosted on scrumlr.io. Read our 'Welcome' wiki page to learn more about the history and the vision of this tool.
We developed the client with the help of React while our server is implemented in Go.
Checkout the sources.
$ git clone https://github.com/inovex/scrumlr.io.git
$ cd scrumlr.io-
run the server (backend) with docker
$ docker compose --project-directory server/ --profile build up -d
*If server code has been changed make sure to run it with the
--buildoption. -
run the client (frontend)
$ yarn install $ yarn start
The client will become available on http://localhost:3000
You're very welcome to be part of this project. You can contribute by opening an issue, by
fixing a bug or by adding a feature and open a pull request. Just make sure that the jobs
yarn test and yarn lint are passing and that every change is covered by unit tests.
... and many more!
Thanks to all our users, contributors & supporters! ❤️
A special shout-out goes to inovex for all the support and the opportunity to realize this project! 🙌 Contact us if you look for the best IT service provider out there.
Scrumlr is MIT licensed.
