8000 GitHub - m0ksem/clocks: Timezones viewer and calculator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

m0ksem/clocks

Repository files navigation

Clocks

Clocks - simple site that allow you to save clocks from different timezones.

Features

  • Custom name for timezone
  • Find timezone relative to your current location

Setup

Development setup

yarn

yarn dev

Build for production

It builds into /docs folder which is served by Github Pages.

yarn build
0