This is a preconfigured Rails app to run Gaggle.
Install and configure Goose CLI Ensure you are running Ruby 3.2
After copying the repo, run:
bundle installbin/rails db:preparebin/rails mcp:rails:generate_serverbin/dev
The URL localhost:60053 should bring you to the Gaggle homepage.
Pull the latest changes from the repo and run:
bundle installbin/rails mcp:rails:generate_serverbin/dev