Get started quickly, and deploy to production sooner than you expect
Quickstart
Installation
- Generate your theme
- Unzip the archive
- Move the entire unzipped folder to
wp-content/themes
in your local WordPress installation - Run
npm install && npm run dev
in the moved folder - Activate the theme in your local WordPress installation
Development
- Run
npm run watch
- Add Tailwind utility classes with abandon
Deployment
- Run
npm run bundle
- Upload the resulting zip file to your site using the “Upload Theme” button on the “Add Themes” administration page
Have more complex deployment requirements? I’ve received reports of successful deployments via GitHub Actions, Envoyer, Deployer and Capistrano. For more details, please see the deployment documentation.