home page

This commit is contained in:
Akira Tempaku 2024-11-17 00:59:06 +09:00
parent 0602391977
commit ebfb0c6c87
10 changed files with 73 additions and 34 deletions

View file

@ -35,7 +35,7 @@ clean: ## Remove the bin directory and clean up generated files
rm -rf $(BIN_DIR)
lem: ## Open Lem with TailwindCSS server
@echo "Starting make watch in background..."
@echo "Starting TailwindCSS server in background..."
@make watch > /dev/null 2>&1 & \
WATCH_PID=$$!; \
trap "kill $$WATCH_PID" SIGINT SIGTERM EXIT; \