Blank Theme is a custom blank theme 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 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, JS and PHP
npm run lint:css
npm run lint:js
npm run lint:php
npm run lint:php:fix
This precommit
script will lint your scss, js, php files and also generate pot file.
npm run precommit