- Ensure you have nodejs 18 installed and run
yarn installto get started. - Ensure you have mintlify installed globally by running
npm install -g mintlify. - To pull the latest changes from the openapi spec, run
wget https://api.tryvital.io/openapi.json -O ./docs/swagger.json. - Make sure you
cdinto thedocsdirectory before runningmintlify devto view the docs locally.
For more information about mintlify see docs If you have any issues running the docs locally you may find answers here