Contains the wedeploy.com static pages like homepage, docs, blog, etc.
-
Make sure you have node and npm installed:
node -v && npm -v ```
-
Install our global dependencies:
[sudo] npm i -g gulp ```
-
Install our local dependencies:
npm i ```
-
Build the site, serve it locally, and watch for any changes:
gulp ```
BSD License © Liferay, Inc.