Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 580 Bytes

File metadata and controls

26 lines (16 loc) · 580 Bytes

Examples Package

The examples directory is an independent npm package for local demo and e2e helper servers.

Setup

cd examples
npm install

Available scripts

  • npm run start:gist - start Gist mock server
  • npm run start:notification - start notification demo server (notification/README.md)

Environment variables

Gist mock server

  • PORT (default: 12347)
  • GIST_TOKEN (optional auth token; supports token or Bearer authorization header)

Notification demo server

  • AUTH (optional signature secret)