lukaskirner / scrumlr.io

Webapp for collaborative online retrospectives

Home Page:https://scrumlr.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrumlr.io

Online retrospectives made easy

scrumlr.io is an online collaboration tool that helps teams reach new heights. Start your first retrospective or collaborative session in an instant - no registration required and completely free and open source.


GitHub GitHub release (latest by date) GitHub Workflow Status

scrumlr.io

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

See the LICENSE file for licensing information.

About

Webapp for collaborative online retrospectives

https://scrumlr.io

License:MIT License


Languages

Language:TypeScript 46.9%Language:Go 35.6%Language:SCSS 17.1%Language:HTML 0.2%Language:Dockerfile 0.1%Language:Makefile 0.1%Language:Shell 0.0%