A simple calendar to find a day where everyone from your friend group has time
npm install
npm run build
node .output/server/index.mjs
docker pull ghcr.io/slayernominee/day-finder
docker run -p 3000:3000 -d day-finder
or with the included docker-compose.yml file
docker-compose up -d
if you want you can use sth like nginx proxy manager as a reverse proxy to get it behind a domain and with ssl
data is saved only in memory and will on restart be lost, but that is wanted to keep it minimal and simple