From d8d9859642998122290cbf0f64a0eeebf39a225b Mon Sep 17 00:00:00 2001
From: bclayton-usgs <bclayton@usgs.gov>
Date: Wed, 26 Aug 2020 15:05:07 -0600
Subject: [PATCH] cleanup

---
 README.md    | 14 ++++++++++++++
 package.json |  1 +
 2 files changed, 15 insertions(+)

diff --git a/README.md b/README.md
index e69de29..dc27ff7 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,14 @@
+## Disaggregation Plotter using D3
+
+Ported from [hazdev-d3](https://github.com/usgs/hazdev-d3) and
+[earthquake-hazard-tool](https://github.com/usgs/earthquake-hazard-tool).
+
+### Run Example
+
+```bash
+cd ROOT_DIRECTORY
+npm i
+npm run start
+```
+
+Example is on http://localhost:4200/
diff --git a/package.json b/package.json
index 24682f0..e35427e 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
   "main": "src/index.js",
   "types": "types/index.d.ts",
   "scripts": {
+    "start": "cd example && npm run start",
     "npm-cli-login": "npm-cli-login",
     "pre-commit": "pretty-quick --staged && npm run tslint",
     "pre-push": "npm run pre-commit",
-- 
GitLab