An app to remotely estimate issues during a Scrum planning session. Users can choose their estimate and when all non-spectators have responded the consensus is revealed.
Use the following steps to get the app up and running on your machine
- Install rbenv
- Install nvm
- Install yvm
rbenv install 2.7.1
gem install bundler:2.1.4
bundle install
nvm install 12.16.3
yarn install --pure-lockfile
bin/rails db:create
bin/rails db:migrate
bin/rails s
- http://localhost:3000