aboutsummaryrefslogtreecommitdiff
path: root/backend/tolData/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'backend/tolData/README.md')
-rw-r--r--backend/tolData/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/tolData/README.md b/backend/tolData/README.md
index 75731ae..ba0699d 100644
--- a/backend/tolData/README.md
+++ b/backend/tolData/README.md
@@ -146,3 +146,8 @@ Some of the scripts use third-party packages:
3. Run genReducedTrees.py, which generates multiple reduced versions of the tree,
adding the `nodes_*` and `edges_*` tables, using `nodes` and `names`. Reads from
pickedNodes.txt, which lists names of nodes that must be included (1 per line).
+
+## Other
+- The client-side code can use an initial tree cache at
+ src/initialTrees.json, which should be kept in sync with database
+ changes. More details in src/README.md.