diff --git a/source/front-end.md b/source/front-end.md index 8da8229..b6f2f0c 100644 --- a/source/front-end.md +++ b/source/front-end.md @@ -1,6 +1,6 @@ # Front-End -The application is a Progressive Web App (PWA). This means that most modern browsers allow users to install the application locally. The source code for the application can be found [here](https://github.com/l-gorman/legume-choice-client). To contribute to this application, please ensure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [node](https://nodejs.org/en/download/) installed. To clone the application enter: `git clone URL`, replacing `URL` with _{{githubBase}}{{frontEndRepo}}_ +The application is a Progressive Web App (PWA). This means that most modern browsers allow users to install the application locally. The source code for the application can be found {{ '[here]({}{})'.format(githubBase,frontEndRepo) }}. To contribute to this application, please ensure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [node](https://nodejs.org/en/download/) installed. To clone the application enter: `git clone URL`, replacing `URL` with _{{githubBase}}{{frontEndRepo}}_ Change to the app directory (using `cd legume-choice-client`). You then need to install all of the dependencies using the command `npm install`. To start developing the application locally, run `npm start`, the application should then load in your browser and you can begin editing components. the code for each of the components can be found in the directory `./src/components`. This will contain a folder for each of the components. The names of the components should be self explanatory, and comments within each components should sufficiently explain diff --git a/source/key-vm-commands.md b/source/key-vm-commands.md index fd790a2..f9879ae 100644 --- a/source/key-vm-commands.md +++ b/source/key-vm-commands.md @@ -2,7 +2,7 @@ This document contains key information to get started working with the legumeCHOICE VM. It includes some information about where important files are stored as well as a cheatsheet for running, stopping, and restarting processes. -A repository has been created for two of the main server files, this can be found {{ '[here]({}{})'.format(githubBase,serverConfRepo) }}. +A repository has been created for two of the main server files, this can be found [here]{https://github/l-gorman/legume-choice-conf}. To restart the NGINX server enter the command `systemctl restart nginx`