Skip to content

stursby/tiny-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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