diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dc5caf9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.afdesign filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..450bf2e --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +![logo](./build/github.jpg) + +# UnPixel + +Help your eyes take a break + +![screenshot](./build/screenshot.png) + +## 🤔 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](https://en.wikipedia.org/wiki/Computer_vision_syndrome) and [here](https://www.aoa.org/healthy-eyes/eye-and-vision-conditions/computer-vision-syndrome). + +## 📦 Install + +Head to the [release page](https://github.com/cupcakearmy/unpixel/releases) and grab the latest for your platform. diff --git a/build/background.png b/build/background.png new file mode 100644 index 0000000..1f16f77 Binary files /dev/null and b/build/background.png differ diff --git a/build/background@2x.png b/build/background@2x.png new file mode 100644 index 0000000..8e469bb Binary files /dev/null and b/build/background@2x.png differ diff --git a/build/github.jpg b/build/github.jpg new file mode 100644 index 0000000..ec67bff Binary files /dev/null and b/build/github.jpg differ diff --git a/icon.png b/build/icon.png similarity index 100% rename from icon.png rename to build/icon.png diff --git a/build/screenshot.png b/build/screenshot.png new file mode 100644 index 0000000..25f5b2c Binary files /dev/null and b/build/screenshot.png differ diff --git a/package.json b/package.json index 4c4100d..f2d4077 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "build": "run-s build:*", "pack": "electron-builder -mwl", "pack:dev": "electron-builder -m", - "dist": "rm -rf ./dist && run-s build pack" + "dist": "rm -rf .parcel-cache dist && run-s build pack" }, "browserslist": [ "last 2 Chrome versions"