Description of example theme
git clone git@bitbucket.org:tangibleinc/example-theme.git
cd example-theme
npm installBuild for development - watch files for changes and rebuild
npm run startBuild for production
npm run buildFormat to code standard
npm run format