Makefile 127 B

12345678910
  1. install:
  2. npm i -g mintlify
  3. run_local:
  4. mintlify dev
  5. troubleshoot:
  6. mintlify install
  7. .PHONY: install run_local troubleshoot