Displays seismic design data for locations around the world.
This web application is designed to be developed locally on a developer's desktop or laptop, and will later be deployed on the USGS Earthquake Hazards Program website.
In order to run this application your machine will need a few prerequisites already installed. The process of installing these can vary from system-to-system and is thus beyond the scope if this guide. These prerequisites include:
Clone this project onto your local machine
git clone https://github.com/usgs/earthquake-wwdesign
Run Bower and NPM installations
bower install
npm install
Run Grunt to start the web server
grunt
That's it!
So you want to help develop this application? That's awesome. If you've got the chops, fork the repository and send us pull requests. Be sure to follow our coding standards so we can merge your pull requests without any additional modification.
If you have ideas but no real coding skill, you can always file a bug report or feature request and somebody else might do it for you!
Unless otherwise noted, this software is in the public domain because it contains materials that originally came from the United States Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy at http://www.usgs.gov/visual-id/credit_usgs.html#copyright
Dependent libraries found are distributed under the open source (or open source-like) licenses/agreements. Appropriate license agreements for each library can be found with the library content.