This documentation is open-source — and you’re invited to contribute! Whether you’re fixing a typo, improving examples, or writing new sections, every bit helps. Check out our GitHub repository to get started.
Use this command below to clone the documentation locally.
git clone https://github.com/vantadevelopment/documentation.git
cd documenation
npm install
npm run docs:devYou may run this command to build the docs. Make sure you are in the /docs directory
cd docs
npm run docs:build