Tailwind Theme Viewer
Single Page Application to visualize and test TailwindCSS theme colours
📦 Installation
A Docker image is available on the public docker registry which you can use as you like.
Docker pull
docker pull schufeli/tailwind-theme-viewer
Docker run
docker run -p "<Port>:8080" --name tailwind-theme-viewer schufeli/tailwind-theme-viewer
Docker-Compose
Please have a look at the provided docker-compose.yml file.