Go to file
Seph 3befe56011 Logo 2024-04-27 21:21:33 +02:00
javascript Anmelde-Modal 2024-04-17 22:10:17 +02:00
node_scripts New 2024-04-15 16:00:49 +02:00
tailwind Logo 2024-04-27 21:21:33 +02:00
theme Logo 2024-04-27 21:21:33 +02:00
.editorconfig New 2024-04-15 16:00:49 +02:00
.eslintrc New 2024-04-15 16:00:49 +02:00
.gitignore New 2024-04-15 16:00:49 +02:00
.prettierignore New 2024-04-15 16:00:49 +02:00
LICENSE New 2024-04-15 16:00:49 +02:00
README.md New 2024-04-15 16:00:49 +02:00
composer.json New 2024-04-15 16:00:49 +02:00
composer.lock New 2024-04-15 16:00:49 +02:00
package-lock.json Anmelde-Modal 2024-04-17 22:10:17 +02:00
package.json Anmelde-Modal 2024-04-17 22:10:17 +02:00
phpcs.xml.dist New 2024-04-15 16:00:49 +02:00
postcss.config.js New 2024-04-15 16:00:49 +02:00

README.md

WowPress

A custom theme based on _tw

Quickstart

Installation

  1. Move this folder to wp-content/themes in your local development environment
  2. Run npm install && npm run dev in this folder
  3. Activate this theme in WordPress

Development

  1. Run npm run watch
  2. Add Tailwind utility classes with abandon

Deployment

  1. Run npm run bundle
  2. Upload the resulting zip file to your site using the “Upload Theme” button on the “Add Themes” administration page

Or deploy with the tool of your choice!

Full Documentation

Fundamentals

  • Installation
    Generate your custom theme, install it in WordPress and run your first Tailwind builds
  • Development
    Watch for changes, build for production and learn more about how _tw, WordPress and Tailwind work together
  • Deployment
    Share your new WordPress theme with the world
  • Troubleshooting
    Find solutions to potential issues and answers to frequently asked questions

In Depth

Extras