/tailwind-style-guide

Example Tailwind Style Guide site built using Vuepress

Primary LanguageJavaScriptMIT LicenseMIT

Tailwind Style Guide

Demo site using Vuepress to generate a style guide from a tailwindcss config file.

Demo

Build

Make sure you have Vuepress installed globally first

npm install -g vuepress

Then install dev dependencies

npm install

Then run the docs:dev script

npm run docs:dev