tjarratt / standup-o-matic

An fun and easy way to facilitate your team's daily standups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standup-o-matic

A small Rails + Vanilla.js + TailwindCSS app to help you manage your standups.

Getting started

Install a recent version of ruby. On OS X you can use rbenv which will respect the .ruby-version in this repository.

Afterwards, run bundle to install the various dependencies for the app.

Running tests

  • Unit tests : bundle exec rails test
  • End to End tests : bundle exec rails test:system

Running the server in development

  • bundle exec rails s

About

An fun and easy way to facilitate your team's daily standups

License:The Unlicense


Languages

Language:Ruby 70.5%Language:HTML 16.8%Language:JavaScript 10.5%Language:SCSS 1.3%Language:CSS 0.8%