Skip to content

Commit

Permalink
Merge pull request #207 from mrc-ide/mrc-5490
Browse files Browse the repository at this point in the history
mrc-5490 Add graph
  • Loading branch information
EmmaLRussell authored Nov 5, 2024
2 parents 3dbae1f + 0f19023 commit 154e4a7
Show file tree
Hide file tree
Showing 71 changed files with 2,946 additions and 859 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,8 @@ The build includes a docker image build which may be easier to deploy. See [wodi

### Quickly test drive a feature branch

Use the `./scripts/run-version.sh` script
Use the `./scripts/run-version.sh` script setting the branch references for the app and api (defaults to main for both):

```
./scripts/run-version.sh --app mrc-1234 --api mrc-2345
```

setting the branch references for the app and api (defaults to main for both).
175 changes: 117 additions & 58 deletions app/static/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions app/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@types/d3-format": "^3.0.1",
"axios": "^0.26.0",
"bootstrap": "^5.1.3",
"color": "^4.2.3",
"csv-parse": "^5.2.1",
"d3-format": "^3.1.0",
"i18next": "^22.4.11",
Expand All @@ -50,6 +51,7 @@
"devDependencies": {
"@playwright/test": "1.37.0",
"@types/bootstrap": "^5.2.6",
"@types/color": "^3.0.6",
"@types/jest": "^27.4.0",
"@types/markdown-it": "^12.2.3",
"@types/plotly.js-basic-dist-min": "^2.12.1",
Expand Down
Loading

0 comments on commit 154e4a7

Please sign in to comment.