Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 639 Bytes

README.md

File metadata and controls

61 lines (38 loc) · 639 Bytes

AEM Sidekick

Browser extension for authoring AEM sites

Download from Chrome Web Store

Installation

...

Development

Install Dependencies

$ npm install

Start Development Server

Changes to project will trigger build

$ npm run build:watch

Run All Tests

$ npm test

Debug Browser Tests

$ npm run test:watch

Lint

$ npm run lint

Build All

$ npm run build

Build Chrome

$ npm run build:chrome

...

Deployment

...