diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-22 01:42:41 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-22 09:39:44 +1000 |
| commit | e78c4df403e5f98afa08f7a0841ff233d5f6d05b (patch) | |
| tree | f13dbf91228550075644be9766b4546eb20f1e1f /README.md | |
| parent | ae1467d2ab35a03eb2d7bf3e5ca1cf4634b23443 (diff) | |
Update backend READMEs, rename some files for consistency
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 +- |
