Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashleemboyer/egghead-accessible-nextjs-blog-course

This repository will hold the course example for the upcoming Build an Accessible Blog with Next.js and Semantic HTML course.
https://github.com/ashleemboyer/egghead-accessible-nextjs-blog-course

accessibility blog nextjs semantic-html static-site

Last synced: 12 days ago
JSON representation

This repository will hold the course example for the upcoming Build an Accessible Blog with Next.js and Semantic HTML course.

Awesome Lists containing this project

README

        

Bubbly white text on a mountain landscape with a sunrise off of the right side of the frame. The text reads 'This course is currently a work in progress.'
Photo by Colton Duke on Unplash.

Build an Accessible Blog with Next.js and Semantic HTML

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
- ...

## Prerequisites

## Setup

First, [fork this repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo).

```bash
# Clone the starter code
git clone https://github.com//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
```

## Running the App

To run the app, run:

```bash
yarn dev
```

Then, open your browser and go to http://localhost:3000. The page should look like the following screenshot:

TODO: insert final screenshot