Skip to content

seschi98/scrumlr.io

 
 

Repository files navigation

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.

Getting Started

Checkout the sources.

$ git clone https://github.com/inovex/scrumlr.io.git
$ cd scrumlr.io

Prerequisites

Run

  1. 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 --build option.

  2. run the client (frontend)

    $ yarn install
    $ yarn start

    The client will become available on http://localhost:3000

Contributing

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.

Our team and beloved friends

brandstetterm Resaki1 Benjosh95 CronJorian Lennart01 bitionaire dbaderINO Kraft16 miiho brandeins1403 benedicthomuth schwehn42 SelinaBuff

cdreier cdreier Dominik-Weinzierl andiKandi jdolinga busilina doppelreim alphapfote orangehelicopter theexiile1305 theinrichs cdreier dotcs timengel louiskroener NNKKOO

... and many more!

Thank you

Thanks to all our users, contributors & supporters! ❤️

inovex

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.

License

Scrumlr is MIT licensed.

About

Webapp for collaborative online retrospectives

Resources

License

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 46.5%
  • Go 35.3%
  • SCSS 17.7%
  • Dockerfile 0.1%
  • Shell 0.1%
  • HTML 0.1%
  • Other 0.2%