Your project's description...
- Preview: https://main--danaher-ls-aem--hlxsites.hlx.page/
- Live: https://main--danaher-ls-aem--hlxsites.hlx.live/
npm inpm run lint- Create a new repository based on the
helix-project-boilerplatetemplate 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 Franklin Proxy:
hlx up(opens your browser athttp://localhost:3000) - Open the
{repo}directory in your favorite IDE and start coding :)
- To run the worker locally:
npm run dev:worker - To deploy the worker to Cloudflare:
npm run deploy:worker