You need to have Ruby 2.7.4 installed using your choice of ruby manager.
Other dependencies needed are node 14, yarn, and sqlite3:
brew install node@14
brew install yarn
brew install sqlite3
gem install rails:6.1.4.4Set up the database
rails db:migrateand run the app!
rails sSurveyor should be available at http://localhost:3000/