Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

customerio-gist-web

customerio61.5kSEE LICENSE IN LICENSE3.15.5TypeScript support: included

Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io

gist, in-app, messages, product, messaging, in-product, gist.build, customerio

readme

Gist for Web

Testing

  • Clone repo
  • Run npm start
  • Navigate to: http://127.0.0.1:8081/examples/

Build Locally

  • npm run build:prod

Releases

Feature release process

  • Merge PR into develop
  • Head over to the repo's feature release action page.
  • Select Run Workflow
  • Choose between:
    • patch - Bug/hot fixes
    • minor - New features
    • major - New / replaced APIs (usually breaking)

Hotfix release process

  • Merge PR into master
  • Head over to the repo's hotfix release action page.
  • Select Run Workflow