Author: Brett Anda
- Deploy this website
When starting a project run these:
Checks for updates on everything needed for the code
composer update
Installs the above updates if there are any
composer install
When you are coming back to edit a project run this:
If there are missing packages run this:
npm install
Begins the SASS watch command
npm start
I am (trying) to use Bem for my SCSS formatting
For help go to wordpress.org