How to add infinite scroll?

This is just one approach.

You have the Load More button and once you click that you request for more posts via Ajax.

You need to master Ajax in WordPress first and call WP_Query with specific arguments to fit your case.

Once you get results via Ajax you need to use JavaScript or JQuery to inject that to the page.

You can check Jetpack code if you are really lazy.