- Lightweight binary.
- Use of packaged chromium resources.
- Material design.
- Highly customizable.
- No external dependencies.
... and more soon
Download the latest release of chrome-material
at the releases page, unzip it and run the executable.
- Node.js v4.x
Run npm install
to install all the dependencies.
Once finished, you will be able to make any changes you want to the source and see them by running npm start
.
To finally build it, just run the script for your prefered platform, npm run build:[win32,linux,darwin]
.
See the original concept here.