Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

n6g7/autokaizen

Repository files navigation

Auto Kaizen

CircleCI Greenkeeper badge

Kaizen and defect tracking on your Trello board!

Setup

  • Clone this repo
  • Create a new project in the firebase console
  • Run firebase use --add to attach this repo to your project
  • Deploy with yarn deploy
  • Set the functions config with:
    firebase functions:config:set app.allowed_domains="domain1.com,domain2.com"
    firebase functions:config:set app.trello_secret="trellosecret"
    firebase functions:config:set app.hook_url="https://us-central1-project.cloudfunctions.net/trelloHook"
    firebase functions:config:set app.base_url="https://domain.app/path"