[WORK IN PROGRESS]
https://docs-tailwindcss-mdx.vercel.app/
Uses Next.js + MDX to generate the documentation. Here is how you can generate the documentation locally:
Go to your Tailwind Docs folder
cd docs
Install JS dependencies
yarn install OR npm install
Run the build to generate the static site
yarn build OR npm run build
View the documentation site
yarn start or npm run start
Deploy the Tailwind CSS Documentation using Vercel:
Deploy it to the cloud with Vercel (Documentation).