WIP
...
"Add anything to your calendar"
Anycal is a web application that lets you add anything to your calendar.
https://anycal.dev.igornadj.io/
yarn dev
With docker-compose:
services:
anycal:
image: igornadj/anycal:main
env_file:
- .env
port:
volumes:
- anycal:/home/db
volumes:
anycal: