alexmojaki / futurecoder

100% free and interactive Python course for beginners
https://futurecoder.io/
MIT License
1.27k stars 132 forks source link

Futurecoder and GitHub Pages #439

Open laurentabbal opened 9 months ago

laurentabbal commented 9 months ago

Hi,

Can we clone and publish Futurecoder with GitHub Pages? Has anyone tried?

Thanks

alexmojaki commented 9 months ago

Yes, it should work fine on GitHub pages. What's your goal?

There's a mirror repo (https://forge.aeif.fr/futurecoder/futurecoder.forge.aeif.fr) which hosts https://futurecoder.forge.aeif.fr/ which you might be interested in. The deployment is defined in https://forge.aeif.fr/futurecoder/futurecoder.forge.aeif.fr/-/blob/main/.gitlab-ci.yml?ref_type=heads. It sets the environment variable REACT_APP_DISABLE_FIREBASE=1 so that it's 100% private, no Google analytics or user accounts.

laurentabbal commented 9 months ago

Thanks. I just want to test it with GitHub Pages.