Skip to content

shaefner-usgs/earthquake-nsmp

 
 

Repository files navigation

National Strong Motion Project

Web application for Earthquake Science Center's National Strong Motion Project.

Installation

First install Node.js and Grunt.

Note: You will also need PHP with CGI installed.

  1. Clone the repository
git clone https://github.com/shaefner-usgs/earthquake-nsmp.git
  1. Install dependencies
cd earthquake-nsmp
npm install

# If you need to add a CA certificate file:
npm config set cafile "<path to your certificate file>"

# Check the 'cafile'
npm config get cafile
  1. Configure the app
cd earthquake-nsmp/src/lib

# Run the configuration script
./pre-install
  1. Run grunt
cd earthquake-nsmp
grunt

About

National Strong Motion Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 55.7%
  • JavaScript 40.7%
  • SCSS 2.9%
  • Other 0.7%