https://github.com/m0ksem/clocks
Timezones viewer and calculator
https://github.com/m0ksem/clocks
clock clocks vitejs vue vue3 vuestic vuestic-ui
Last synced: 4 months ago
JSON representation
Timezones viewer and calculator
- Host: GitHub
- URL: https://github.com/m0ksem/clocks
- Owner: m0ksem
- Created: 2021-12-01T11:07:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T19:34:57.000Z (over 2 years ago)
- Last Synced: 2025-03-17T11:50:27.538Z (7 months ago)
- Topics: clock, clocks, vitejs, vue, vue3, vuestic, vuestic-ui
- Language: Vue
- Homepage: https://m0ksem.github.io/clocks/
- Size: 1.69 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
yarnyarn dev
```### Build for production
It builds into /docs folder which is served by Github Pages.
```bash
yarn build
```