include ./.makefiles/main.mk

## —— Application 🖥️  ——————————————————————————————————————————————————————————————————

.PHONY: install
install: install_git_hooks ## Install dependencies
	echo "Replace me by yarn install or whatever usefull to install your stack"
