I already had the domain and hosting so I figured I'd build in situ, that way I can check how things appear on various screen types as I go too which I realised I needed to do when building static websites in the past, but just in case I decide to build locally, how much of a ball ache is it to transfer what you've done on your own machine to your hosting provider? Is it a quick simple process, or something else to learn and get my head around? 😆
Discussion
If you keep your code in git it's pretty easy to clone it anywhere. Also generally advisable as a way to track your project history and avoid breaking things or ending up with different versions floating around.
I have to get passed my nerves and use git, I'm just a bit coy given I've not done any coding in 26 years till I started on Python last year