Local Development
Each project keeps its own runtime setup. This repository keeps shared documentation only.
Common docs commands:
npm ci
npm start
npm run build
When this repository is mounted as a submodule in another project:
git submodule update --init --recursive
cd docs
npm ci
npm start