cidgoh / DataHarmonizer

A standardized browser-based spreadsheet editor and validator that can be run offline and locally, and which includes templates for SARS-CoV-2 and Monkeypox sampling data. This project, created by the Centre for Infectious Disease Genomics and One Health (CIDGOH), at Simon Fraser University, is now an open-source collaboration with contributions from the National Microbiome Data Collaborative (NMDC), the LinkML development team, and others.
MIT License
91 stars 23 forks source link

Can't install #398

Closed gwajnberg closed 1 year ago

gwajnberg commented 1 year ago

cloned the repo and tried to run "yarn" but package.json is missing "start":

ddooley commented 1 year ago

Hi, perhaps @pkalita-lbl can address this, but the three commands I know of are "yarn dev" to get DH to run in a browser locally; and "yarn build:lib" to compile the core javascript again; and "yarn build:web" to refresh the /web/dist/ folder stand-alone index.html application based on templates provided in /web/templates/

ddooley commented 1 year ago

The "yarn dev" command provides browser version of /web/templates/ such that changes to code and templates triggers reload of the browser app.

pkalita-lbl commented 1 year ago

Not sure if I have much to add. @ddooley has correctly outlined the relevant scripts for this project. If there is any documentation that suggests running a start script, please let us know so we can fix that.

ddooley commented 1 year ago

@gwajnberg Can we close this now?

gwajnberg commented 1 year ago

Oh yeas it worked sorry!