Skip to content
Snippets Groups Projects
Commit d8d98596 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

cleanup

parent fb9bfd01
No related branches found
No related tags found
1 merge request!1Disagg Plotter
## 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/
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment