..
2023-03-29 00:56:52 +02:00
2024-09-14 12:35:50 +05:30
2023-03-29 21:33:45 +05:30
2023-03-29 21:40:15 +05:30
2023-03-29 00:56:52 +02:00
2023-03-31 20:03:49 +02:00
2023-03-30 01:32:01 +02:00
2023-03-30 01:32:01 +02:00
2024-06-21 14:54:55 +05:30
2023-03-29 00:56:52 +02: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