Rename .env.example to .env . Trello and Spotify's keys and tokens will be provided privatelly.
mv .env.example .envInstall all of the dependencies with:
yarnCompile Typescript to Javascript in dist folder and run the project with:
yarn startImportant: The whole process will take almost 17 seconds because of ts compilation, several API calls and a setTimeout() to prevent trello's 429 Rate limit error.