-
Make sure you have node and npm installed:
node -v && npm -v ```
-
Install our global dependencies:
[sudo] npm i -g gulp yo ```
-
Install our local dependencies:
npm i ```
-
Build the site, serve it locally, and watch for any changes:
gulp ```
-
Deploy to production (send build files to
wedeploy
branch):
gulp deploy ```