Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo Enriquez committed Feb 9, 2021
1 parent 038615f commit 9caa4a2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# WP Tailwind | Simple Wordpress Theme Setup & Install

This is a simple theme for WordPress using [TailwindCSS](https://tailwindcss.com/), with [PostCSS](https://postcss.org) and [Laravel Mix](https://laravel-mix.com/).

## Install

clone repo into the wordpress themes directory `/wp-content/themes/`

```sh
npm i
```

## Env

```sh
# WordPress App Host
MIX_APP_HOST=localhost:8000
```

## NPM Scripts

```sh
# Build for Dev
npm run dev
# Browser Sync
npm run watch

# Build for Production
npm run prod
```

0 comments on commit 9caa4a2

Please sign in to comment.