aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-22 01:42:41 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-22 09:39:44 +1000
commite78c4df403e5f98afa08f7a0841ff233d5f6d05b (patch)
treef13dbf91228550075644be9766b4546eb20f1e1f /README.md
parentae1467d2ab35a03eb2d7bf3e5ca1cf4634b23443 (diff)
Update backend READMEs, rename some files for consistency
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index a860b3f..46e044d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-# Grid of Life
+Grid of Life
+============
An interactive visualisation of the biological tree of life.
@@ -8,3 +9,8 @@ Each tile represents a group of organisms with a common ancestor.
- Clicking on an expanded tile collapses it back into one tile.
- Double-clicking on a tile expands it to fill the whole view.
Other tiles will be moved to the side.
+
+Files
+=====
+- backend/: Contains code for running the server, and generating tree-of-life data
+-