Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 721 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 721 Bytes

WordPress theme based on Twig and Timber plugin

Instal required package managers

https://nodejs.org/en/

https://yarnpkg.com/lang/en/docs/install

Install frontend dependecies

From the theme directory run: yarn install

Build assets

  • Production yarn build-assets
  • Development yarn start

Deployment using ftp-deployment

  • Find and rename deployment.sample.ini to deployment.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.