Skip to content

hlxsites/danaher-ls-aem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Danaher Life Sciences AEM site

Live Website: https://lifesciences.danaher.com/

Environments

Installation

npm i

Linting

npm run lint

Development and Branch Process

The requestor will create a Zoho request or a new GitHub issue in the hlxsites/danaher-ls-aem repository. If this is a code or configuration change, then from the Zoho request/GitHub issue a branch will be created with the following structure:

--

As an example:

feat-30-integrate-accessible

The following options can be selected as the type:

  • Feat (new feature or enhancement)
  • Fix (bug fix)

The short issue name must not be more than 15 characters long.

Local development

Franklin

  1. Create a new repository based on the helix-project-boilerplate template and add a mountpoint in the fstab.yaml
  2. Add the helix-bot to the repository
  3. Start Franklin Proxy and necessary file watchers: npm run dev (opens your browser at http://localhost:3000)
  4. Open the {repo} directory in your favorite IDE and start coding :)
  5. To build the css bundle priot to a commit, run npm run build:css
  6. Install the Helix CLI: npm install -g @adobe/helix-cli
  7. Start local development environment: npm run dev (opens your browser at http://localhost:3000)
  8. Open the {repo} directory in your favorite IDE and start coding :)