Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 467 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 467 Bytes

Timezone.rock

Visualize different timezones around the globe. Helps to plan meeting where everyone is awake.

Screenshots

screenshot

Usage

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