An app for learning about Catholic Feasts, Fasts, Solemnities, Memorials, Optional Memorials, and associated errata. (There's a lot to keep track of, you know) In the future, will also send reminders to attend mass before holy days of obligation. d
Partial mockup of front-end. Some functions performed here will move to backend when site is complete.
Backend.
Dependencies:
- node.js / npm
- the Angular CLI
Once you've got the dependencies:
- Clone this repo.
cd
to the repo's root folder.- Run
npm install
to install the @angular modules needed for development. ng serve
will start the Angular Development Server.- open
localhost:4200
in your browser to view the site.