Learn to code by editing a web site.
- Sign up for a GitHub account.
- Fork the repo.
- Edit your page in a web browser.
- Save your changes and commit your work.
- Create a pull request.
I'll pull in your work to the main version and GitHub will regenerate the site with your new information.
- Markdown - Our favorites pages use Markdown, a super-simple way to make text look nice on the web.
- CSS - Cascading style sheets are used to add colors and styles.
- HTML - Used to build the structure of the home page.
- JS - Used to write instructions.
As needed after making changes:
git add .
git commit -m "describe changes here"
git push -u origin main