Skip to content

trello-talk/TacoAuth

Repository files navigation

TacoAuth

The authentication site to connect Discord accounts to Trello accounts.

Prerequisites

Installation

  • Clone the repo
  • Copy and paste .env.example to .env and fill in variables.
    • 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