Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.32 KB

BDNS (Building Device Naming Specification)

This repository contains the source code for the BDNS Specification.

Access the latest version of the BDNS specification.

Latest versions of pdf's and csv of the BDNS can be taken directly from the BDNS specification website or directly via these links:

Development

This repo contains the source markdown files which build the published BDNS specification website. The website is built using the Quarto publishing system. To test building the documentation locally:

Install mamba or micromamba then run the commands below line-by-line.

git clone https://github.com/theodi/BDNS.git
cd BDNS
mamba env create -f environment.yml
quarto install tinytex  # required for generating pdf docs
quarto render .