Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

offscale/glaucoma-risk-calculator-engine-dist

Repository files navigation

Glaucoma risk calculator compute engine

Install prerequisites

  1. node & npm (tested with node v7.5 and npm v4.2)
  2. cd to directory you've cloned this repo into
  3. Run: npm install

Compile+run app

tsc

Then

node index.js

Generate dist repo

On a machine with GNU findutils and cpio:

find -type f -not -name "*.ts" -and -not -path "./.git/*" -and -not -path "./node-modules/*" -and -not -name '*.map' | cpio -pdamv ../glaucoma-risk-calc-engine-dist

Alternatively a simple:

cp -r {test,*.js*,*.md} ../glaucoma-risk-calculator-engine-dist

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Glaucoma risk calculator compute engine [dist]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published