/tiny-clock

Just a tiny floating clock.

Primary LanguageJavaScript

tiny-clock

Just a tiny floating clock.

demo

Getting started

Clone the repo.

git clone https://github.com/stursby/tiny-clock.git

Install dependencies

cd tiny clock && yarn

Dev

Run the Electron app in Development

yarn start

Build

Build the app for macOS

yarn build-mac

Build the app for Linux

yarn build-linux

Build the app for Windows

yarn build-windows