Demo site using Vuepress to generate a style guide from a tailwindcss config file.
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