Skip to content

nextchaindev/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

About

Authentication site for Taco

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.0%
  • Dockerfile 3.5%
  • JavaScript 3.5%
  • Sass 3.0%