Running the Docs Locally
Prerequisite
You should have installed Git (version 2.30.1 or higher) and Node.js (version 18.10.0 or higher).
docs
folder inside the cloned MindsDB Git repository and start Mintlify there:
http://localhost:3000
.
Getting an Error?
If you use the Windows operating system, you may get an error saying
no such file or directory: C:/Users/Username/.mintlify/mint/client
. Here are the steps to troubleshoot it:- Go to the
C:/Users/Username/.mintlify/
directory. - Remove the
mint
folder. - Open the Git Bash in this location and run
git clone https://github.com/mintlify/mint.git
. - Repeat step 3.