Files
t6_mem0/docs/Makefile
2023-10-13 15:38:15 -07:00

11 lines
127 B
Makefile

install:
npm i -g mintlify
run_local:
mintlify dev
troubleshoot:
mintlify install
.PHONY: install run_local troubleshoot