Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ashleemboyer/egghead-accessible-nextjs-blog-course
- Owner: ashleemboyer
- Created: 2021-07-13T20:17:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T01:14:09.000Z (over 3 years ago)
- Last Synced: 2025-01-12T14:11:57.573Z (15 days ago)
- Topics: accessibility, blog, nextjs, semantic-html, static-site
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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