Skip to content

Too focused doing your job and forget to blink? that's bad for your eyes, fortunately this app just do the right thing for you.

License

Notifications You must be signed in to change notification settings

ilyasa1211/blinker

Repository files navigation

Blinker

.github/workflows/build.yaml

Too focused doing your job and forget to blink? that's bad for your eyes, fortunately this application just do the right thing for you.

Developer Note

Devcontainer doesn't work if you want to develop inside a container

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux