Skip to content

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 compile

Run tests with:

sh
npm test

For documentation changes:

sh
npm run docs:dev
npm run docs:build