You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ CoolHue gradients palette is **rendered by JSON** which makes it very easy to ma
8
8
You can create your very own personalized collection of Gradient Palette with CoolHue -
9
9
You should have [`bower`](https://bower.io/#install-bower) package manager installed on your machine to proceed further.
10
10
1. Open terminal and install CoolHue with `bower install coolhue`.
11
-
2. Go to `coolhue` directory with `cd coolhue` command and run `npm install`.
11
+
2. Go to `coolhue` directory with `cd bower_components/coolhue` command and run `npm install`.
12
12
3. Once, all the node modules are installed successfully, run `npm run coolhue`.
13
13
4. All the gradients which appears in the browser are rendered from `scripts/coolhue.json` file.
14
14
5. You just need to update the `coolhue.json` Object (array) to create your very own gradient palette. Open `scripts/coolhue.json` in the text editor and add or update the hex codes to generate the gradient palettes.
0 commit comments