This is the code for the Golfr app server.
- Go to
Actionstab and enable workflows - Clone the repository
- Install ruby 3.0.1 via rvm
bundle install- Copy
config/_sample_database.ymltoconfig/database.yml rails db:create db:migrate db:seed- Start the server
rails s
rspec
rubocop