mirror of
https://github.com/safedep/vet.git
synced 2025-12-10 12:07:30 -06:00
vet docs overview
This section contains documentation for vet. This documentation site is based on the Docusaurus framework.
Getting Started
To start a local environment of this project docs, please do the following
- Clone the repository
git clone https://github.com/safedep/vet.git
- Navigate to the guide directory
cd vet/docs
- Install dependencies
npm install
- Start the development server
npm start
- Navigate to http://localhost:3000 for accessing the
vetdocumentation locally