YouTube Stats Tutorial - creating functions - can use GitHub or must manually create?

Hello,
I am doing this tutorial

With this repo:

My repo is here:

When I make a commit in my repo, it says the application is deployed, yet the code in the repo is not in the dashboard. I am supposed to paste it in one-by-one or is it supposed to be populated and synced with my repo?

Thanks

Hi @Tom_Connors,

Have you been through these steps first (first deployment section in the readme)?

Looks like there is an issue with your repo. You have a Realm app in / and one in /realm.

I think the idea wasn’t to fork this repo and then reuse the same repo to sync the Realm app with your new Realm app. This repo was created just to share the template to get you started. Then you can optionally sync and deploy through Github with a blank repo I guess.

Cheers,
Maxime.

For a YouTube Stats Tutorial involving creating functions, it’s up to you whether you want to use GitHub or manually create the code. Using GitHub can be helpful for version control and collaboration with others, as you can host your code there and easily share it. However, manually creating functions within your preferred programming environment is also perfectly fine, especially for a small-scale project or personal tutorial. It depends on your specific needs and preferences.