From 99a99dd04a8bf7c756fe53c0e48b24a4bcacf4ea Mon Sep 17 00:00:00 2001 From: Zvonimir Rudinski Date: Fri, 17 Apr 2026 15:38:30 +0200 Subject: [PATCH] add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bce9c36 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# ✝️ holybar +Simple menu bar app to show the daily readings from the Bible. It uses the [United States Conference of Catholic Bishops](https://bible.usccb.org/) as the source and the Roman Calendar ([romcal](https://www.npmjs.com/package/romcal)) package to determine the liturgical color. + +## Usage +```bash +# Install dependencies +npm install +# Run the application +npm start +```