Skip to content

Commit 45e29e8

Browse files
authored
Merge pull request #103 from MrAlders0n/copilot/fix-tailwind-build-ping-buttons
Add Tailwind CSS build pipeline with missing flex utilities
2 parents 7acdc7d + b371b41 commit 45e29e8

5 files changed

Lines changed: 1436 additions & 155 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,27 @@ This app automatically posts ping data to the YOW MeshMapper API to help compare
138138

139139
---
140140

141+
## 🛠️ Development
142+
143+
### Building Tailwind CSS
144+
145+
This project uses Tailwind CSS v4 to generate the styles. If you make changes to the HTML or need to rebuild the CSS:
146+
147+
```bash
148+
# Install dependencies
149+
npm install
150+
151+
# Build CSS once
152+
npm run build:css
153+
154+
# Watch for changes and rebuild automatically
155+
npm run watch:css
156+
```
157+
158+
The CSS is generated from `content/tailwind-in.css` and outputs to `content/tailwind.css`.
159+
160+
---
161+
141162
## 🙏 Credits
142163

143164
This project is a fork and adaptation:

0 commit comments

Comments
 (0)