-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Damien Couteillou edited this page Mar 26, 2018
·
2 revisions
Clone the boilerplate into the wp-content/themes folder
git clone [email protected]:Ayctor/wp.git
Install dependencies
composer install && npm install
Change git remote url
git remote set-url origin [email protected]:ayctor/project-name.git
Configure browsersync url in .env with MIX_APP_URL
Then you can npm run watch
to start building assets
-
ACF PRO