Skip to content

Commit

Permalink
use tailwind && htmx
Browse files Browse the repository at this point in the history
  • Loading branch information
hylarucoder committed Mar 23, 2024
1 parent 25ef17b commit 2af0ffe
Show file tree
Hide file tree
Showing 36 changed files with 2,313 additions and 574 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@ ENV/
config.yaml
.volume
elasticsearch-analysis-ik
.pytest_cache
.pytest_cache
node_modules/
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ worker: ## worker
monitor: ## flower
docker-compose up tifa-monitor

watch-css: ## flower
npx tailwindcss -i ./tifa/static/css/input.css -o ./tifa/static/css/main.css --watch

# docker images

build-tifa: ## > tifa
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"tailwindcss": "^3.4.1"
}
}
Loading

0 comments on commit 2af0ffe

Please sign in to comment.