github

mike-schultz / materialette

  • вторник, 18 октября 2016 г. в 03:15:36
https://github.com/mike-schultz/materialette

JavaScript
Materialette - A color palette for material design



materialette

materialette

Materialette

Easily access every color in Google's material design palette from your OS dock.

Made using electron.

Install

macOS

  1. Download the latest build from the releases section. Make sure to choose your operating system appropriately.
  2. Unzip the Materialette.zip.
  3. Move the Materialette.app file to the /Applications directory

Windows 7.1+

  1. Unzip to a desired location and run the exe

Linux (Some distros)

  1. Unzip to a desired location and run the exe

Note: There are some known issues with using electron + menubar with Linux.

Confirmed:

  • Ubuntu 16.04 - Confirmed by: larsgeb and mike-schultz
    • Requires libappindicator1. Install with sudo apt-get install libappindicator1.
    • Upon opening, a blank button is presented. Clicking it will load Materialette.

If you are able to run the app successfully in a different distro, please update this README!

Develop

  • Install dependencies: $ npm install
  • Compile SCSS -> CSS $ gulp sass or $ gulp sass:watch
  • Start the application with $ npm start
  • Build the application with $ npm run build