- Install NodeJs on your computer. https://nodejs.org/en/ the LTS version will suffice.
- Navigate to the root level of this project within your terminal and run command
npm i
. This is to install project dependencies. - run command
npm run local
This will start the automation side of the application.
This part of the application runs on scheduled functions, if you look in the terminal you will see a sample function getting executed every second.