Access your local Next.js dev server with HTTPS

This post is a step-by-step guide to accessing a Next.js local dev server via HTTPS (e.g., https://localhost:3000).  We will be using `create-next-app` to get a simple Next.js app set up, `mkcert` to generate a locally-trusted SSL certificate, and `local-ssl-proxy` to access our Next.js app’s l…