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