Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbourdo authored Jul 25, 2024
1 parent ada626a commit 5bfab33
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,24 @@ Within All and Benefits, the Other section expands to show small enrollment size


## Installation
To edit the ma-services repo locally, you need to install node.js
To edit the ma-services repo locally, you need to install node.js:
```bash
$ npm install -g npm
```
Clone the repo to your local machine
Clone the repo to your local machine:
```bash
$ git clone https://github.com/goinvo/ma-services.git/
```
To view changes as you work install http-server using Homebrew:
```bash
$ brew install http-server
$ npm install http-server
```
To run the server, navigate to your project directory, then:
```bash
$ cd ma-services
$ http-server
```

## Research
To view our research, see the master [google sheets](https://docs.google.com/spreadsheets/d/16CN-S0y3l6Tk8TizFWQkr3FHQ8-0W07K2vIyocaVyzY/edit?usp=sharing) document.
Expand Down

0 comments on commit 5bfab33

Please sign in to comment.