##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 [email protected]:t3kit/theme_t3kit_customizer.git
git submodule update --init
Next, install Bower/NPM dependencies:
npm install
bower install
- Run
grunt
to start customizer dev server with livereloadlocalhost:9005
- Run
grunt check
to check JS files according project code conventions - Run
grunt pushCustomizer
to build customizer static site and push it to GitHub Pages