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