Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romannurik/MaterialColorsApp
A handy little Mac app that gives you quick access to the standard material design color palette.
https://github.com/romannurik/MaterialColorsApp
Last synced: 12 days ago
JSON representation
A handy little Mac app that gives you quick access to the standard material design color palette.
- Host: GitHub
- URL: https://github.com/romannurik/MaterialColorsApp
- Owner: romannurik
- License: apache-2.0
- Created: 2016-03-23T22:59:34.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T06:07:33.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T02:34:53.388Z (3 months ago)
- Language: JavaScript
- Size: 3.19 MB
- Stars: 1,764
- Watchers: 44
- Forks: 106
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Material Colors for Mac
A handy little Mac app that gives you quick access to the standard material design color palette.
**[Download the app](https://github.com/romannurik/MaterialColorsApp/releases/latest)**
## Build instructions
If you want to customize the app for your own needs, you can do a custom build.
1. First install [Node.js](https://nodejs.org/) and [yarn](https://yarnpkg.com/).
2. Clone the repository and in the root directory, run:
```
$ yarn install
```
3. To run the app:
```
$ yarn start
```Note that you'll probably want to disable the auto-updating mechanism by emptying out the `checkForUpdates` method in
[main.js](https://github.com/romannurik/MaterialColorsApp/blob/master/src/main/main.js).