##theme_t3kit_customizer
Javascript framework for live editing t3kit Theme with color picker (instead of backend forms)
- Git
- NodeJs >=6.0.0
- NPM >=3.9.0
- Bower >=1.7.7
npm install -g bower - Grunt-cli >=0.1.13
npm install -g grunt-cli
Note: You might need to use sudo before npm command to install packages globally
First, clone repo and update submodules:
git clone git@github.com:t3kit/theme_t3kit_customizer.git
git submodule update --initNext, install Bower/NPM dependencies:
npm install
bower install- Run
gruntto start customizer dev server with livereloadlocalhost:9005 - Run
grunt checkto check JS files according project code conventions - Run
grunt pushCustomizerto build customizer static site and push it to GitHub Pages