Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 548 Bytes

File metadata and controls

36 lines (26 loc) · 548 Bytes

WAT

WordPress + Alpine.JS + TailwindCSS starter theme

How to install

Clone this repo, change the folder name to your project theme name, update style.css with your theme information and start to customize.

Install dependencies

npm install

Build for dev

npm run dev

Watch while devolping

npm run watch

Build for production

This will also purge unused class from tailwind css build

npm run prod

To-do

  • Create archive page
  • Create search page
  • Create single page
  • Improve single post page