Learn about semantic HTML and why it's important for building accessible web applications. After you've completed the course, you'll:
- know where to find accessibility docs and how to read them
- have a project you can use to publish your own accessible blog site
- ...
First, fork this repository.
# Clone the starter code
git clone https://github.com/<your-username>/egghead-accessible-nextjs-blog-course.git accessible-nextjs-blog
# Change directories into the project folder
cd accessible-nextjs-blog
# Install the project's dependencies
yarn
To run the app, run:
yarn dev
Then, open your browser and go to http://localhost:3000. The page should look like the following screenshot:
TODO: insert final screenshot