Status page and incident tracking for AEM Edge Delivery Services.
npm install
To run the status page locally with live reload:
npm start
This will start a development server on http://localhost:2999
and automatically open your browser. The server watches for file changes and reloads the page automatically.
Run tests:
npm test
Watch mode for tests:
npm run test:watch
Run linters:
npm run lint
Lint JavaScript:
npm run lint:js
Lint CSS:
npm run lint:css
To update the incidents index from HTML files:
npm run update-incidents
Apache-2.0