install:
	npm i -g mintlify

run_local:
	mintlify dev

troubleshoot:
	mintlify install

.PHONY: install run_local troubleshoot
