WordPress theme based on Twig and Timber plugin
https://yarnpkg.com/lang/en/docs/install
From the theme directory run: yarn install
- Production
yarn build-assets
- Development
yarn start
Deployment using ftp-deployment
- Find and rename
deployment.sample.ini
todeployment.ini
, then edit the file and fill your ftp credentials. - Download
deployment.phar
to theme directory from ftp-deployment - Run
php deployment.phar deployment.ini
.