A landing page for AEM trial signups based on milo.
- Clone this repo to your computer.
- Install the AEM CLI:
sudo npm install -g @adobe/aem-cli - In a terminal, run
aem upthis repo's folder. - Start coding.
You will need to install npm packages (npm install) to:
- Lint
- Test
npm run testor:
npm run test:watchThis will give you several options to debug tests. Note: coverage may not be accurate.
To run the linter run:
npm run lintTo lint just js or css files, run
npm run lint:cssor:
npm run lint:jsIf you need to lint just one file, you can run:
npx eslint file1.js