Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.17 KB

Taco WebhookAPI

The API to recieve webhook requests from Trello.

Prerequisites

Installation

  • Clone the repo
  • Copy and paste .env.example to .env and fill in variables.
    • API_PORT needs to be an open port that can recieve incoming requests.
  • npm i -g yarn
  • yarn install

Usage

In a development environment: Run yarn dev In a production environment: Run yarn build, then NODE_ENV=production yarn start Using PM2 in a production environment: Run yarn build, then pm2 start pm2.json --env production

Useful Links