Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 343 Bytes

Statuspal Badge Source Code

Use this source code as foundation to create your very own status page widget.

Requirements

  1. Node 12+
  2. Webpack

Setup & Usage

  1. Run npm install
  2. Run npm build to build for local development.
  3. Run npm prod:build to build for production.

Compiled JS will be generated at dist/widget.js.