Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 489 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 489 Bytes

orphaned-wells-ui

WP7 UI

Documentation

See our draft documentation site. This site is built from the contents of the docs/ directory and hosted by Github pages.

Getting started (developer)

1. Install Javascript dependencies

Prerequisites: Node Package Manager (npm)

cd <orphaned-wells-ui-path>
npm clean-install

Run UI in browser

cd <orphaned-wells-ui-path>
npm start