Made using electron.
- Download the latest build from the releases section. Make sure to choose your operating system appropriately.
- Unzip the Materialette.zip.
- Move the Materialette.app file to the
/Applications
directory
Windows and Linux versions coming soon. They should be straightforward since this is an Electron app, but I don't have the environments currently setup. Pull requests are greatly appreciated against these two versions!
- 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