Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 597 Bytes

Plugin Example

This example plugin is best used when following along with the Build Your First Plugin quickstart.

How to Run

  1. Install dependencies npm install
  2. Rename config-EXAMPLE.js to config.js
  3. Add client_id, client_secret, and environment to the config file
  4. Ensure the port set in config.js is available on your system (8080 by default)
  5. Configure external app in Banno People with correct redirect uri
  6. Add the plugin to the user dashboard
  7. Run the app with npm run start