Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.48 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.48 KB

Web Dev Apprentice Accessibility Training

For this session we will be auditing a site for common accessibility errors and fixing them.

QuickStart

  1. Fork this repo to your own GitHub account
  2. Login to (or sign-up for) Netlify https://app.netlify.com/signup
  3. Create a new site from GitHub from the repo you just created
  4. Make changes locally and merge them to the master branch on your repo to deploy to your site on Netlify

More Detailed Set-up Tutorial

Step 1

First up you need to fork (create a copy) of this repository:

How to fork a repo on GitHub

Fork a repo button on GitHub

Step 2

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 Fork a repo button on GitHub

Step 3

  1. Click the 'Create a new site from GitHub' link.
  2. Click the GitHub button to choose that as the Git provider
  3. 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:

Netlify URL location

Step 4

Clone the repo to your local machine to work on the solutions.

GitHub clone button

Merge to master and push your changes to see them deployed to your Netlify site.