Materialette - A material design color palette
Made using electron.
Download the latest build from the releases section. Make sure to choose your operating system appropriately.
/Applications
directorycd
to the unzipped directory./Materialette
Note: There are some known issues with using electron + Tray with Linux.
sudo apt-get install libappindicator1
.sudo dnf install libappindicator1
.If you are able to run the app successfully in a different distro, please update this README!
If you're using nvm, run the command $ nvm use
to use the version of Node specified in the
.nvmrc.
$ npm install
or $ yarn
. A yarn.lock is included.$ gulp sass
or $ gulp sass:watch
$ npm start
$ npm run build