futurecoder
futurecoder copied to clipboard
Futurecoder and GitHub Pages
Hi,
Can we clone and publish Futurecoder with GitHub Pages? Has anyone tried?
Thanks
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.
Thanks. I just want to test it with GitHub Pages.