The version of this project is no longer active.
This project is a simple Bible reading tracker, you can try it at https://my.biblereadinglog.com
The core features are:
- Multiple Reading Logs: create separate reading logs for your yearly plan, Bible study, or small group reading, all in one place.
- Timeless Tracking: no need for start or end dates.
- Email Reminders: stay engaged and consistent with friendly email nudges.
- Reading Groups: join others or invite them to read the Bible together.
This is built on Ruby on Rails (Hotwire), TailwindCSS, ViewComponent and PostgresQL.
A prerequisite for this project is that you have Ruby and Ruby on Rails installed.
bundle installyarn installbin/dev- Visit https://localhost:3000.
- Prettier for
.jsfiles, runyarn format - Standardrb for
.rbfiles, runbundle exec standard --fix - Erblint for
.erbfiles, runbundle exec erblint --lint-all -a
To run all of them, run bin/lint in the terminal.