Skip to content

Visualize different timezones around the globe.

License

Notifications You must be signed in to change notification settings

Platane/timezone-rocks

Repository files navigation

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