Remove bulma, add bun, tailwindcss, daisyui
This commit is contained in:
parent
bbb9ad4b0a
commit
7040fb5173
9 changed files with 46 additions and 4 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
install: ## Install dependencies
|
||||
@qlot install
|
||||
|
||||
watch: ## Run watch mode
|
||||
@bun run tailwindcss -i ./public/style.css -o ./public/dist.css --watch=always
|
||||
|
||||
build: ## Build
|
||||
@bun run tailwindcss -i ./public/style.css -o ./public/dist.css
|
||||
|
||||
help: ## Show options
|
||||
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
|
||||
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
|
Loading…
Add table
Add a link
Reference in a new issue