From 819edfe38fb0f130f1a2df0593c8798160b67022 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 11 Jul 2022 16:14:22 +1000 Subject: Add more FAQs --- README.md | 11 +++++---- src/components/HelpModal.vue | 57 ++++++++++++++++++++++++++++---------------- 2 files changed, 42 insertions(+), 26 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 diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index b37d954..7e0b66b 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -264,7 +264,7 @@ -- cgit v1.2.3