Development
This section is for contributors working on Tauren itself.
Start with:
For major architectural choices, read the decision records.
Local development
sh
npm install
npm run compileRun tests with:
sh
npm testFor documentation changes:
sh
npm run docs:dev
npm run docs:build