This example plugin is best used when following along with the Build Your First Plugin quickstart.
- Install dependencies
npm install
- Rename
config-EXAMPLE.js
toconfig.js
- Add
client_id
,client_secret
, andenvironment
to the config file - Ensure the port set in
config.js
is available on your system (8080 by default) - Configure external app in Banno People with correct redirect uri
- Add the plugin to the user dashboard
- Run the app with
npm run start