From c69eca5c08f2d5b3b3e9ec2c1de15a2a60572f41 Mon Sep 17 00:00:00 2001 From: chiko Date: Mon, 27 Oct 2025 20:18:40 +0100 Subject: [PATCH] updated README --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8373cfa..72eb260 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,27 @@ -# 77th Event Calender Notifcations +# 77th Event Calendar Notifcations To install dependencies: -```bashe +```bash bun install ``` To run: ```bash -bun run index.ts +bun run ./src/app.ts +bun run start +bun run dev ``` -This project was created using `bun init` in bun v1.3.0. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime. +## Docker + +```bash +docker compose build +docker compose up -d +``` + +## Parameter + +### --today +fetch all Events, track all Changes (new, changed and deleted Events) and additionally Send a Notification for todays mission \ No newline at end of file