Skip to content

dv-lse/treatment-selection-tool

Repository files navigation

WEIGHTED MEAN DATASET VIEWER

Run test suite in browser

http-server open http://localhost:8080/test/index.html [ then view console log ]

Staging deploy to Github Pages

git checkout gh-pages git rebase master

jspm bundle index.js --inject --minify

git add config.js build.* git commit --amend --no-edit git push github gh-pages --force

Move Github Edits on gh-pages back to master

cherry pick each new commit in order

git checkout master git cherry-pick # for each new commit on github/gh-pages

update the gh-pages branch

git checkout gh-pages git rebase master

delete the old cherry-picked commits

git checkout github/gh-pages git reset --hard gh-pages

About

DV tool using weighted means to select medical treatments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages