TDT Quick Start Guide

Welcome to the Taxonomy Development Tools User Interface Guide. This document is designed to provide comprehensive details on navigating and utilizing the TDT interface efficiently. Whether you are looking to manage data tables, edit information, or leverage advanced features, this quick start guide will guide you through the set up of TDT

  1. Install requirements:

  2. Git clone one of the reference projects:

In this guide nhp_basal_ganglia_taxonomy is used: git clone https://github.com/hkir-dev/nhp_basal_ganglia_taxonomy.git

  1. To run the Taxonomy Development Tools, navigate to the GitHub project folder you have just cloned: cd nhp_basal_ganglia_taxonomy

  2. On the terminal, run Taxonomy Development Tools:

    macOS and Linux: bash ./run.sh make serve

    Windows: run.bat make serve

  3. Upon successful execution, you should observe a log stating listening on 0.0.0.0:3000 in the terminal and then be able to browse TDT from http://localhost:3000/table

  4. Details of the TDT user interface can be found at user interface guide.

To create and curate your own taxonomy please follow create your first repository guide.