/wedeploy.com

Contains the wedeploy.com static pages like homepage, docs, blog, etc.

Primary LanguageCSSOtherNOASSERTION

Contains the wedeploy.com static pages like homepage, docs, blog, etc.

Setup

  1. Make sure you have node and npm installed:
node -v && npm -v
  1. Install our global dependencies:
[sudo] npm i -g electric-cli
  1. Install our local dependencies:
npm i

Usage

run

  • Runs the build, server, and watch commands for quick development.
electric run

build

  • Builds the site and places file in dist directory.
electric build

server

  • Starts up a local development server.
electric server

watch

  • Watches for changes and triggers build.
electric watch

License

BSD License © Liferay, Inc.