For this session we will be auditing a site for common accessibility errors and fixing them.
- Fork this repo to your own GitHub account
- Login to (or sign-up for) Netlify https://app.netlify.com/signup
- Create a new site from GitHub from the repo you just created
- Make changes locally and merge them to the master branch on your repo to deploy to your site on Netlify
First up you need to fork (create a copy) of this repository:
Create an account on Netlify to host your site. If you sign up using GitHub all your repositories will be available as soon as you log in. Sign-up to Netlify
- Click the 'Create a new site from GitHub' link.
- Click the GitHub button to choose that as the Git provider
- Select your a11y-site repo and follow the steps to set up
Your site should now be live at the link provided on your Netlify dashboard:
Clone the repo to your local machine to work on the solutions.
Merge to master and push your changes to see them deployed to your Netlify site.