Colors
You can change the default colors via variables from SCSS
- Download the project’s zip
- Make sure you have node.js ( https://nodejs.org/en/) installed
- Type
npm install
in terminal/console in the source folder wherepackage.json
is located - You will find all the branding colors inside
assets/scss/paper-kit/_variables.scss
. You can change them with aHEX
value or with other predefined variables. - Run in terminal
gulp compile-scss
for a single compilation orgulp watch
for continous compilation of the changes that you make in*.scss
files. This command should be run in the same folder wheregulpfile.js
andpackage.json
are located - Run in terminal
gulp open-app
for opening the Presentation Page (default) of the product.