aboutsummaryrefslogtreecommitdiff
path: root/web/README.md
blob: 66790a103536027d403e3f3c6c5af5dc039bb030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# The Web Component

## Installation

### Requirements

1. docker (or local mongodb install)
2. npm

### Steps
> Docker steps below might not work on Windows. Refer to Docker docs.

1. Spawn up a docker container with mongodb OR start mongo from your local install

  `docker run -d --name mymongo -p 27017:27017 mongo`

2. Now you are ready to start the web component:

  From this directory:

  `npm install`

  `npm start`

  Then open your browser to `localhost:3000`

You should be greeted with the home page. From next time onwards, just start up the mongo container with `docker start mymongo`.

## Latest Production site (master branch)

https://helpthehome-prod.herokuapp.com/

## Latest QA site (qa branch)

https://helpthehome-qa.herokuapp.com/