Minimal Tailwind starter theme for WordPress.
This is NOT a regular WordPress theme that is designed to be used with all WordPress blocks. Rather it is meant to be used with elements from Tailwind UI directly hardcoded in the theme, effectively handing over the entire frontend to Tailwind and using WordPress for everything else.
To build the styles / setup local development:
npm install
npx tailwindcss -i ./assets/css/tailwind.css -o ./style.css --watch
Or see https://tailwindcss.com/docs/installation for reference.
The theme is not dependent on any plugins, but you may want to use the following:
- Perfmatters (for removing unnecessary elements from WordPress)
- Yoast SEO (or whatever SEO plugin you prefer, to handle <title>, tags etc.)