Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 474 Bytes

File metadata and controls

21 lines (13 loc) · 474 Bytes

dat-docs

This repository contains the documentation for the DAT Medatada Standard. It is built using VitePress.

Development

Make sure to install the dependencies first:

npm install

Then run the docs locally with the following command:

npm run docs:dev

Contributing

We use conventional commits for our commit messages, so please adhere to that pattern.