Just like we created a webflyx-local repo and used webflyx as a remote, GitHub makes it easy to create "remote" repos that are hosted on their servers.
curl -sS https://webi.sh/gh | sh
gh auth login
If for some reason your browser fails to open automatically, paste the code at https://github.com/login/device.
git remote add origin https://github.com/your-username/webflyx.git
Be sure to replace your-username with your actual GitHub username!
Run and submit the CLI tests from inside your webflyx directory.