ngrok and stripe

Today I learned how to set these two things up, which enable us to test Apple Pay and Google Pay locally through a tunnel. Basically ngrok takes your localhost:3000 and makes an https url for it and then you upload that url to the stripe website and go from there. Its pretty cool actually.