Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Latest commit

 

History

History
46 lines (28 loc) · 998 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 998 Bytes

🚨This repo is no longer maintained, our handbook is now available at liferay.design/handbook 🔵


Design Handbook

Built with Electric

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

Notes

If you don't have the Java SDK installed, you can easily install with Homebrew Cask.

Usage

  • Build the site, serve it locally, and watch for any changes:
electric run
  • Deploy to production (send build files to wedeploy branch):
electric deploy