Spot is the future home of the Lafayette College Digital Repository. It is a Hyrax-based Ruby-on-Rails application. For development we us Docker Compose, so setting up an environment on your local machine should be as simple as:
$ git clone https://github.com/LafayetteCollegeLibraries/spot
$ cd spot
$ docker-compose up -d
$ docker-compose run --rm app bundle exec rails db:migrate
$ docker-compose run --rm app bundle exec rails db:seed
and visit http://localhost:3000
🎉.