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 electric-cli
- Install our local dependencies:
npm i
- Runs the
build
,server
, andwatch
commands for quick development.
electric run
- Builds the site and places file in dist directory.
electric build
- Starts up a local development server.
electric server
- Watches for changes and triggers build.
electric watch
BSD License © Liferay, Inc.