Tailwind CSS uses Next.js for its documentation. Here is how you can run the project locally:
-
Go to your Tailwind folder
cd docs -
Install JS dependencies
yarn
-
Start the dev server
yarn dev
Alternatively you can generate a static export of the documentation using the yarn export command. The export will be saved in the out folder.