This repository contains sample apps for building custom apps using the chargebee-apps CLI.
- Install the CLI:
npm install -g @chargebee/chargebee-apps- Choose a sample app directory.
- Configure
.env(andiparams.local.jsonfor iparams-based apps). - Run locally:
chargebee-apps run <app_dir>- Open
http://localhost:15000and trigger events using the providedtest_data.
manifest.json includes an engines object. chargebee-apps create and chargebee-apps package overwrite engines.node and engines.chargebee_apps with the Node.js and CLI versions on your machine. Do not edit those keys by hand.