The authentication site to connect Discord accounts to Trello accounts.
- PostgreSQL (download & install)
- Redis (quickstart)
- A running Taco instance
- 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
In a development environment: Run yarn dev
In a production environment: Run yarn build
, then NODE_ENV=production yarn start