Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 706 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 706 Bytes

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