fix README
This commit is contained in:
parent
21917a093f
commit
c9bba7a606
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Originally forked from [WP 73k](https://github.com/apiontek/wp-73k/), itself for
|
||||||
|
|
||||||
1. Clone or download the project into your `themes` directory (`./wp-content/themes`)
|
1. Clone or download the project into your `themes` directory (`./wp-content/themes`)
|
||||||
2. Run `composer install`
|
2. Run `composer install`
|
||||||
3. Run `npm install`
|
3. Run `npm install` if developing
|
||||||
4. Set environment variables for BrowserSyncPlugin to the domain/ports you need (see `webpack.config.js` for variables needed).
|
4. Set environment variables for BrowserSyncPlugin to the domain/ports you need (see `webpack.config.js` for variables needed).
|
||||||
5. Run `npm run start` to begin development server, `npm run dev` for simple dev build, `npm run prod` for a production build, or `npm run build` to build both dev & prod concurrently.
|
5. Run `npm run start` to begin development server, `npm run dev` for simple dev build, `npm run prod` for a production build, or `npm run build` to build both dev & prod concurrently.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue