Clone this repository and run the setup script:
git clone https://github.com/renuo/hotsheet.git
cd hotsheet
bin/setup
spec/dummy/bin/run
: Start the dummy app's Rails server
bin/fastcheck
: Run all lintersbin/fastcheck -A
: Format the code with RuboCop
bin/check
: Run specs for all supported Rails versionsbin/check rails_8_0
: Run specs for a specific Rails version defined in Appraisals