27 lines
373 B
Markdown
27 lines
373 B
Markdown
# 77th Event Calendar Notifcations
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run ./src/app.ts
|
|
bun run start
|
|
bun run dev
|
|
```
|
|
|
|
## 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 |