Designify is a custom designify created with underscore theme, which includes foundation basic grid system and some basic customizer settings which are required in almost all projects.
After cloning repo, cd
into assets
folder and run
npm install
and then run the following command which will prompt for the theme name, start renaming and do cleanup.
npm run init
npm run dev # During development
npm run prod # When ready for production
# Generate pot files
npm run pot
# Lint css and JS
npm run lint-css
npm run lint-js
This precommit
script will lint your scss, js files and also generate pot file.
npm run precommit