# Project Explorer

Under construction

## Running Locally

Clone this repository and then:

1. `sudo npm i -g webpack-cli`
1. `cd /path/to/medic-conf-test-harness`
1. `npm ci`
1. `cd /path/to/medic-conf-test-harness/project-explorer`
1. `node build-assets --path=/path/to/your/project`
1. `webpack`
1. `chromium-browser ./project-explorer.html` or open the `project-explorer.html` file in a browser by navigating to `file:///path/to/medic-conf-test-harness/project-explorer/project-explorer.html`
