The _tw generator creates a WordPress starter theme optimized for modern development with Tailwind CSS, Tailwind Typography and the WordPress editor.
This repository tracks the output of the WordPress starter theme generator with all options left blank. The generator is a helpful tool for starting a new project and comes with documentation for more details.
To install the theme, follow these steps:
npm install && npm run dev in the theme folder.npm run watch to watch for changes and build for production.npm run bundle and upload the resulting zip file to your site using the “Upload Theme” button on the “Add Themes” administration page. Alternatively, use a deployment tool of your choice.This repository contains a WordPress starter theme generator that allows users to customize and generate a new theme based on the _tw theme. It provides quick installation, development with Tailwind utility classes, deployment options, and detailed documentation. Additionally, it offers customization options for Tailwind Typography, JavaScript bundling, and linting.