Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 473 Bytes

Nick Jaussi WP Theme

Installation

You may want to use --prefix wordpress/wp-content/themes/nick-jaussi with any npm command, so you don't have to switch into the theme directory.

npm install

Development

Watch for changes npm run watch or compile assets once running npm run compile

Lint

Lint JS: npm run lint-js (fix npm run lint-js -- --fix) Lint CSS: npm run lint-css

Production

Compile assets running npm run compile-production