Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 425 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 425 Bytes

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