Run the following command to install all necessary packages:
npm install
Create a new .env file in the root directory, based on the .env.example file. Update the values as needed.
Similarly, create a google.json file in the root directory, using the google.example.json file as a template. Fill in the required details.
To start the application, simply run:
npm start