/MdxTemplate

A template blog that uses Nextjs + MDX + TailwindCSS

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Nextjs + MDX + TailwindCSS

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.

Running the project

Clone the repository, install all dependencies using npm ci. Then run this to run the server -

npm run dev