You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drew Bednar 12aabbb375 Fix readme 2 weeks ago
components drew/test-it (#1) 2 weeks ago
playground drew/test-it (#1) 2 weeks ago
template drew/test-it (#1) 2 weeks ago
.gitignore drew/test-it (#1) 2 weeks ago
.prettierrc Prettier 2 weeks ago
FINDINGS.md drew/test-it (#1) 2 weeks ago
GEMINI.md drew/test-it (#1) 2 weeks ago
Makefile drew/test-it (#1) 2 weeks ago
README.md Fix readme 2 weeks ago

README.md

Tailwind-AI

An lab to run experiments using agentic coding tools and Tailwind Plus Components.

Setup

The setup assumes you have tailwindcss installed globally on your machine.

How to run an experiment

A makefile is present with the commands prepare and clean. Note these are destructive commands and will wipe the current contents of the ./playground directory.

Each experiment you want to run should be done within the ./playground directory. Simply make prepare the directory then run your agentic coding tool with that directory as the target for changes. Use make watch to compile tailwind css, and make live to view changes in the browser.

Resources