This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
Run the test suite using the following command:
bundle exec rspecTo run the test suite with Axe accessbility testing, use the following command:
AXE=1 bundle exec rspecYou may experience spec failures unrelated to accessibility issues.
During development you can watch changed files and run specs automatically with:
AXE=1 bundle exec guard-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...