A WordPress child theme for developing custom websites. This child theme is used to speed up development and integrates with our Sitepilot plugin.
- Create a new composer project
composer create-project sitepilot/child-theme <theme-name>. - Modify
style.cssto your needs.- Optional: replace
astrawith another theme if you would like to use another parent theme.
- Optional: replace
- Start compiling scripts and stylesheets:
npm run watch.
This child theme uses Laravel Mix for compiling scripts and styles. More information about configuring and using Laravel Mix can be found here.