Skip to content

Dev setup

Programming knowledge required

While you can easily change configurations of existing templates or copy them, the development of the TDK itself requires programming knowledge, especially:

What you need on your machine

To build and run the toolkit locally, your machine needs:

  • Node.js 22 (and the bundled npm)
  • A Unix-like shell — macOS or Linux. On Windows, use WSL2 or a Linux virtual machine with your favourite distribution.
  • Pandoc installed and available on your PATH (used for document conversion)
  • Git to clone the repository

With those in place, clone the repository and install dependencies with npm install.