🚨This repo is no longer maintained, our handbook is now available at liferay.design/handbook 🔵
- 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
If you don't have the Java SDK installed, you can easily install with Homebrew Cask.
- Build the site, serve it locally, and watch for any changes:
electric run
- Deploy to production (send build files to
wedeploy
branch):
electric deploy