Pine is a component-based starter theme for WordPress that uses the Twig template engine via Timber, Tailwind CSS, and Vite for HMR during development.
To use Pine, you'll need the following:
To quickly start using Pine, download or clone this repository and place it into wp-content/themes/
.
define('WP_ENV', 'development');
to your wp-config.php
cd
into the pine
folder and run yarn dev
WP_ENV
to production
Still to come...
If you like to contribute to the development, you only need to create a PR.
MIT