This WordPress theme is intended to be a starting point to build your own custom WordPress theme. It's configured with TailwindCSS along with other things such as webpack.
- Install theme dependencies
npm install
- Run a find for the string/slug wingspan throughout the theme and replace it with your project name.
npm run dev
- creates unminified CSS and JSnpm run prod
- creates production-ready minified CSS/JS and purges unused CSS classes (📖Tailwindcss docs).