Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mishterk committed Nov 29, 2019
1 parent deb6f9d commit 1dfe74f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ A boilerplate for WordPress theme development using [TailwindCSS](https://tailwi
1. Clone into an empty theme directory
1. `cd` into your new theme directory
1. Run `npm install`
1. Duplicate the `local-example.json` file and rename to `local.json`, then replace the `proxy` value with your local
1. Duplicate the `local-example.json` file to `local.json`, then replace the `proxy` value with your local
development hostname
- This will allow you to use live reload/injection while working on your CSS/JS
1. Run a search & replace across the theme to replace all instances of 'WpTailwindCssThemeBoilerplate' with a PHP
namespace specific to your theme/project
1. Change the theme information in `style.css`
1. Activate your theme
1. Run `npm run dev` and start coding

## Commands
Expand Down

0 comments on commit 1dfe74f

Please sign in to comment.