howd-mdx-toc

Code for the Hands-on Web Dev newsletter project to add a Table of Contents to an MDX blog

Stars
2

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:

This project uses...