- Headless browser testing with rspec
- GitHub actions run tests
- Devise authentication and User model
- Credit Card Payments with PayPal
The docs site is a Jekyll site. You can cd into docs/
and run jekyll serve
to edit the site locally.
During deployment, jekyll build
is run inside the Dockerfile and copied into public/docs
.
View the documentation.
See https://saas-starter.app/docs/getting-started/
bundle exec rspec
Add a repository secret RAILS_MASTER_KEY
on GitHub with the value from config/master.key
.
See https://saas-starter.app/docs/monitoring/
This project uses the MIT License.