From 011adf79ec795af29e06f393c9eb774a4b09cce4 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <rawarkanis@gmail.com>
Date: Tue, 17 Mar 2026 19:58:47 +0000
Subject: [PATCH] Install tooling

---
 Makefile |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 8e0c3e4..c2e8cf1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 HUGO_BIN=hugo
 
-.PHONY: build demo release
+.PHONY: build demo release lint format setup
 
 build:
 	$(HUGO_BIN) --themesDir=../.. --source=exampleSite
@@ -10,3 +10,13 @@
 
 release: build
 	rm -rf ./resources && cp -r ./exampleSite/resources ./resources
+
+setup:
+	npm install
+	prek install
+
+lint:
+	npm run lint
+
+format:
+	npm run format

--
Gitblit v1.10.0