Visualize different timezones around the globe. Helps to plan meeting where everyone is awake.
dev server
# install dependencies
bun i
# start dev server
npm run dev
trigger deployment
# set the tag "live" to the current commit
git tag live -f ; git push --tags -f