Skip to content

Commit f845e89

Browse files
committed
fix: embed webhook dashboard styles
1 parent 4f41f86 commit f845e89

7 files changed

Lines changed: 1076 additions & 11 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ go run cmd/server/main.go
1616
```
1717
The server will be available at `https://localhost:8080`.
1818

19+
## Frontend Styles
20+
21+
The compiled Tailwind stylesheet is embedded in the Go binary. After changing template classes, rebuild it with:
22+
23+
```bash
24+
npm install
25+
npm run build:css
26+
```
27+
1928
## Running with Docker
2029

2130
You can use the pre-built image from GitHub Container Registry:

0 commit comments

Comments
 (0)