Skip to content

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

Requirements

Clone this wiki locally