Super simple, completely static, status pages.
Post an event on datadog using @status-<{{status}}> message and it will appear on the status page in a few minutes. {{status}} can be major, minor, good or announcement.
The build process transcodes and embeds images to optimize display of images, including exporting WEBP images to be loaded in compatible browsers. Build relies on a compatible install of ImageMagick in the path. Specifically, the insalled version should support SVG, WEBP and have Little CMS support.
$ brew reinstall imagemagick --with-webp --with-little-cms2 --with-librsvgIf using assets on S3 that are not world readable
AWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=... npm run serve