Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.5 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.5 KB

##theme_t3kit_customizer

Release

Build Status

Javascript framework for live editing t3kit Theme with color picker (instead of backend forms)

t3kit live editing

Required dependencies:

Note: You might need to use sudo before npm command to install packages globally


Installation:

First, clone repo and update submodules:

git clone git@github.com:t3kit/theme_t3kit_customizer.git
git submodule update --init

Next, install Bower/NPM dependencies:

npm install
bower install

Getting Started:

  • Run grunt to start customizer dev server with livereload localhost: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