mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-21 23:56:28 +00:00
Utility app for helping with the 20/20/20 rule for alleviating CVS induced stress.
.github/workflows | ||
assets | ||
build | ||
design | ||
src | ||
.gitattributes | ||
.gitignore | ||
electron-builder.yml | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
UnPixel
Help your eyes take a break
🤔 Why?
When staring for long times at computer screen our eyes can get dry and suffer form what is called Computer Vision Syndrome (CVS).
To combat and alleviate the symptoms there is the famous 20/20/20 rule that aims at reducing the stress on our eyes caused by focusing for long periods on the same distance.
This is not medical advice. Read more here and here.
💻 Installation
Head to the release page and grab the latest for your platform.
- For
macOS
you can downlaod the.dmg
image. - For
Windows
download the.exe
. - For
Linux
either the.AppImage
or.deb
, you will know what fits you 😉.
🛠 Building / Development
- Clone the repo
yarn install
yarn dist
to build for all platforms
Alternatively you can run yarn build
and the yarn electron-builder -m
for macOS
, -l
fir linux
or -w
for windows
.
📦 Release
- Bump version in
package.json
- Create a draft release with the new version. (e.g. tag with
v1.2.3
). - Push to master and github workflow will build and upload assets to the draft matching the version of
package.json
and draft. - When ready publish release.