Skip to content

severest/pointy

Repository files navigation

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