Lightweight web application built with React, TypeScript and Trello's client.js library.
Clone the repository to your local machine and run npm install
to install the dependencies.
-
Set up the following environment variables in your local machine:
REACT_APP_TRELLO_API_KEY
: Trello API keyREACT_APP_TRELLO_BOARD_ID
: Your Trello board ID
-
Run
npm start
to start the application.