Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 407 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 407 Bytes

Pointy

Build Status

An app to keep track of points.

Ruby version: 2.7.1. I use rbenv

Rails Guide

Setup

gem install bundler
bundle install
bin/rails db:migrate
bin/rails s