Loading repository data…
Loading repository data…
ashleemboyer / repository
This repository will hold the course example for the upcoming Build an Accessible Blog with Next.js and Semantic HTML course.
Learn about semantic HTML and why it's important for building accessible web applications. After you've completed the course, you'll:
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