Skip to content

Latest commit

 

History

History
executable file
·
24 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

executable file
·
24 lines (12 loc) · 484 Bytes

Timber Boilerplate Theme

Requirements

  • PHP 7.0
  • Composer (For OSX: brew install composer)
  • NPM

Inital Installation

  • npm ci to install NPM dependencies
  • composer install to install PHP dependencies

Compiling Assets

  • During development, run npm run watch to compile assets automatically watch for changes to JS and SASS files

Deploying

  • To build the theme for production deployment, run npm run production before sending it to a remote server