DeepScan status page. https://status.deepscan.io.
git clone reponpm installnpm run new-incident- Follow screen messages
npm run generate- Static files are generated in dist/
npm run deploy- dist/ is deployed to
gh-pagesbranch.
- dist/ is deployed to
See https://docs.statusfy.co/guide/incidents.html#example-file
Make a file with filename in a format /content/YYYY-MM-DD_example-service-down.md.
npm run dev runs a server
The page is automatically generated by GitHub Actions when a change is pushed or every hour. Then it is served using GitHub Pages.
WooYoung Cho