Open source Liturgy of the Hours App, collaborate to build the best Divine Office library!
Displays liturgical content and calendars of the Roman Rite of the Roman Catholic Church.
Supports Node v18+, Modern Browsers (desktop and mobile).
This app uses Breviarium library (open source) with Liturgy of the hours.
To run the app:
# linux and mac users:
make install
# for windows users:
npm i
and run the ionic web app
# linux and mac users:
make run
# for windows users:
npm run dev
GitHub Actions flow.
flowchart TB
A["Push"] --> B{"Branch?"}
B -- main --> C["Test"]
B -- dev --> G["Test"]
C --> D["Build"]
D --> E["Deploy store Production"] & F["Deploy to Cloudflare"]
E --> H["Update Version"]
F --> H
G --> I["Build"]
I --> J["Deploy store Internal Track"] & K["Deploy to Cloudflare"]
J --> L["Update code version"]
K --> L