Files
t6_mem0/embedchain/docs/Makefile
2024-07-12 20:21:33 +05:30

11 lines
127 B
Makefile

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