#Save as GitHub Gist If you have connected your GitHub account to your CodePen account at login, you can move any Pen to your Gist account by clicking “Save as GitHub Gist” on the Export menu .
Read moreHow do you save a fork in CodePen?
#How to Fork To fork a Pen or Project, click the Fork button at the lower right in the footer of the Editor view . You can create a fork before making changes, or you can start editing first, then fork when you’re ready to save your changes.
Read moreHow do you compile CodePen?
How to run code in CodePen
Read moreHow do you save a CodePen template?
To make a Pen a template, open the Settings panel for the Pen, then slide the “Make Template?” toggle on. Next, press the green “Save & Close” button .
Read moreHow do I run a JavaScript file in CodePen?
To turn that off, open the JavaScript settings and UN-check the Auto Run? checkbox . When that setting is un-checked, you’ll see a Run button exposed that you need to explicitly press in order to re-run the JavaScript. Press it, and your JavaScript will run!
Read more