diff --git a/README.md b/README.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..dc27ff783f1f6a7bb526e4bb2b55e91a98e65c6f 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 24682f0a2b165fdd4aa046ae40e6fda558f6ee36..e35427e96d82375fb086ccb1a0c271729a19c5ec 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",