This template builds upon the with-tailwindcss example from Nextjs's templates by adding MDX. The template itself is a basic blog that uses next-mdx-remote to render MDX blog pages.
The project here is described in my blog here.
Clone the repository, install all dependencies using npm ci
. Then run this to run the server -
npm run dev