Steps to execute the application:
In the root directory, install the node modules by entering the below command.
### `npm install`
Enter the Github Client Id and Github Client Secret key in the following file located inside the path src/config.js. If you do not have a Github Client Id and Github Client Secret key, please follow the following community url to create a new one
https://docs.pingidentity.com/bundle/github10_sm_quickConnect/page/github_t_obtainClientIDAndSecret.html
In the root directory, run the below command to start the app.
### `npm start`