From 79964b53a250dc690aef0fda6ffd5023e890872c Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 13 Jul 2022 06:46:44 +1000 Subject: Merge 'Data Sources' and 'Project Info' help sections --- README.md | 11 +++-- src/components/HelpModal.vue | 102 ++++++++++++++++++++----------------------- 2 files changed, 55 insertions(+), 58 deletions(-) diff --git a/README.md b/README.md index 42a63e5..9fa6ab8 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ in `backend/data/README.md`. , which includes npm. This project was coded using version 16. 1. In this directory, run the command `npm install`, which install packages listed in package.json, creating a `node_modules` directory to hold them. +1. Running `npm run dev` starts the dev server. ### Server Side 1. If you don't have Python 3 installed, see . @@ -53,10 +54,12 @@ in `backend/data/README.md`. 1. The database used by the server is generated using scripts in `backend/data/`. See it's README for instructions. You'll likely need to install a few packages using Pip. -1. To run the dev server, you'll need to install jsonpickle. This can be done - using `python -m pip install jsonpickle`. If you want to keep the installed - package separate from your system's packages, it's common practice to use - [venv](https://docs.python.org/3/tutorial/venv.html). +1. The dev server is started by running `./server.py` in the `backend/` directory. + To run it, you'll need to install jsonpickle. This can be done using + `python -m pip install jsonpickle`. + + If you want to keep the installed package separate from your system's packages, + it's common practice to use [venv](https://docs.python.org/3/tutorial/venv.html). ### Running Tilo 1. In `backend/`, run `./server.py`, which starts a basic HTTP server that provides diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index 2c5ad41..02207a1 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -212,11 +212,19 @@ @@ -365,59 +412,6 @@ - - - - -- cgit v1.2.3