aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-11 16:14:22 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-11 16:30:52 +1000
commit819edfe38fb0f130f1a2df0593c8798160b67022 (patch)
treecb9a7f61299fd79c88cff8f0aa8004b2ccbe60f1 /README.md
parent5ef84960396d106f090663b7ddce5d3bef3f5fd5 (diff)
Add more FAQs
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2770a71..ebda699 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,9 @@ framework, with [Vite](https://vitejs.dev) as the build tool. Much of
the styling is done using [Tailwind](https://tailwindcss.com). Packages
are managed using [npm](https://www.npmjs.com) and [Node.js](https://nodejs.org).
-On the server side, tree data is served and generated using Python, with packages
-managed using [Pip](https://pypi.org/project/pip). Tree data is stored using [Sqlite](https://www.sqlite.org).
+On the server side, tree data is served and generated using Python, with
+packages managed using [Pip](https://pypi.org/project/pip). Tree data is
+stored using [Sqlite](https://www.sqlite.org).
## Files
@@ -32,9 +33,9 @@ managed using [Pip](https://pypi.org/project/pip). Tree data is stored using [Sq
## Setup Instructions
-Note: Running your own version of the client and server should be
-straightforward, but generating the database will take a long time.
-More details are in backend/data/README.md.
+Note: Running your own version of the client and server should be straightforward,
+but generating the database that they use takes a long time. More details are
+in backend/data/README.md.
### Client Side
1. If you don't have npm or Node.js installed, you can download a Node installer from