- PHP 7.0
- Composer (For OSX:
brew install composer
) - NPM
npm ci
to install NPM dependenciescomposer install
to install PHP dependencies
- During development, run
npm run watch
to compile assets automatically watch for changes to JS and SASS files
- To build the theme for production deployment, run
npm run production
before sending it to a remote server