maxakuru / servicenow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service Now

Service Now Blog implementation

Environments

Installation

npm i

Linting

npm run lint

Local development

  1. Install the AEM CLI: npm install -g @adobe/aem-cli
  2. Start AEM Proxy: aem up (opens your browser at http://localhost:3000)
  3. Open the {repo} directory in your favorite IDE and start coding :)

Preventing Adobe launch from being loaded locally

prepend ?disableLaunch=true to the url to prevent Adobe Launch from being loaded. that will also prevent loading the consent management.

About

License:Apache License 2.0


Languages

Language:JavaScript 74.2%Language:CSS 24.2%Language:HTML 1.6%