Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.18 KB

Hands-on Web Dev MDX Table of Contents Workshop

This code supports the MDX Table of Contents Workshop series from the Hands-on Web Dev newsletter.

To try the workshop, start here!

Getting started

  1. Clone or fork this project.
  2. Run npm install to install the dependencies
  3. Run npm run dev to start the dev server
  4. Navigate to localhost:3000 from a web browser

You should see a page that looks like this:

home page of a blog post, showing a header, footer, and list of posts

This project uses...