The Stoic Online Interactive Commentary of Epictetus' Enchiridion.
- Ruby 2.6.0
- Node 13.9.0
gem install bundlergem installyarn installbundle exec rails db:createbundle exec rails db:migratebundle exec rails csv:reload
If running in production you will need to set the following environment variables:
SECRET_KEY_BASEDOMAIN_HOSTFROM_EMAIL
bundle exec rails server
RAILS_ENV=test bundle exec rails db:migrateRAILS_ENV=test bundle exec rails csv:reloadbundle exec rspec
bundle exec rubocop
bundle exec bundler-audit check --update
For any bugs or feature requests, please create a GitHub issue.