Skip to content

escherwd/rad-tailwind

 
 

Repository files navigation

Tailwind Starter Theme

This repository contains the files that composer create will download into your new rad-theme-engine theme.

📦  View on Packagist
📃  Read the Docs


What is this?

escherwd/rad-tailwind is a starter theme for WordPress that uses the RAD Theme Engine and Tailwind CSS.

  • Includes:
    • Tailwind CSS ^4
    • PostCSS ^8.5
    • Laravel Mix ^6

Usage

Inside of your site's wp-content/themes, run the following command:

composer create-project escherwd/rad-tailwind <theme-name>

Then enter your new theme's directory and get dependancies:

cd <theme-name>
npm install
composer install

And that's it! Read about what to do next on the docs.


Security notes

The /vendor directory is blocked from public access by Apache by the included .htaccess file. If you're using NGINX, you can add this to your virtual host

    location ^~ /vendor/ {
        deny all;
        return 403;
    }

License

Licensed under the MIT license, see LICENSE.

About

Composer Create Project Repo for RAD theme with Tailwind

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 48.9%
  • Smarty 44.0%
  • CSS 4.5%
  • JavaScript 2.6%