Skip to content

adobe/aem-sidekick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AEM Sidekick

Browser extension for authoring AEM sites

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 test:wtr:watch

Lint

$ npm run lint

Build All

$ npm run build

Build Chrome

$ npm run build:chrome

Build Safari

$ npm run build:safari

...

Deployment

...