/timezone-rocks

Visualize different timezones around the globe.

Primary LanguageTypeScriptMIT LicenseMIT

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