monarch-initiative/BioWeave

Name: BioWeave

Owner: Monarch Initiative

Description: Research Prototype for BioWeave Language and Tools

Created: 2016-12-15 02:42:10.0

Updated: 2017-04-20 20:38:13.0

Pushed: 2017-02-12 13:36:16.0

Homepage: null

Size: 14

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

bioweave

BioWeave prototype

Requirements to build

This is what I use, you may get lucky with slightly older/newer versions.

equirements to run

ed on MacOSX Safari, Chrome and FireFox. Requires some form of http-server. `npm run dev` will invoke the WebPack server for auto-bundling during development, and this is sufficient for demo purposes.


uilding

cd bioweave/ # If you aren't already there npm install npm run build http-server -c-1 docs/ # Run an http-server with caching off and content in docs/ open http://127.0.0.1:8080 # On MacOSX

Alternatively, point your browser to:

http://127.0.0.1:8080

unning in Development Mode

npm run dev open http://localhost:8080/webpack-dev-server/ # On MacOSX

Alternatively, point your browser to:

http://localhost:8080/webpack-dev-server/


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.