Skip to content

Commit

Permalink
modifying and fixing urls for front-end and key vm-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
l-gorman committed Apr 21, 2021
1 parent 37cedbd commit b411097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/front-end.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion source/key-vm-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit b411097

Please sign in to comment.