Live Website: https://lifesciences.danaher.com/
- Preview: https://main--danaher-ls-aem--hlxsites.hlx.page/
- Live: https://main--danaher-ls-aem--hlxsites.hlx.live/
- Public: https://stage.lifesciences.danaher.com/
npm i
npm run lint
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.
- Create a new repository based on the
helix-project-boilerplate
template and add a mountpoint in thefstab.yaml
- Add the helix-bot to the repository
- Start Franklin Proxy and necessary file watchers:
npm run dev
(opens your browser athttp://localhost:3000
) - Open the
{repo}
directory in your favorite IDE and start coding :) - To build the css bundle priot to a commit, run
npm run build:css
- Install the Helix CLI:
npm install -g @adobe/helix-cli
- Start local development environment:
npm run dev
(opens your browser athttp://localhost:3000
) - Open the
{repo}
directory in your favorite IDE and start coding :)