This is a project created by the ESaaS Demo Tool. It is based on https://github.com/adobe/aem-boilerplate.
- Preview: https://main--clarkcountynv--dipratap.hlx.page/
- Live: https://main--clarkcountynv--dipratap.hlx.live/
npm i
npm run lint
- Install the AEM CLI:
npm install -g @adobe/aem-cli
- Start AEM Proxy:
aem up
(opens your browser athttp://localhost:3000/
) - Open the
clarkcountynv
directory in your favorite IDE and start coding :)