Skip to content

xijielu/disaster-risk-explorer

 
 

Repository files navigation

Risk Disaster Explorer

Modelling of risk susceptibility under a variety of weather event and building material scenarios.

Development environment

To set up the development environment for this website, you'll need to install the following on your system:

  • Node (v4.2.x) & Npm (nvm usage is advised)

The versions mentioned are the ones used during development. It could work with newer ones.

After these basic requirements are met, run the following commands in the website's folder:

$ npm install

Getting started

$ npm run serve

or

$ gulp serve

Compiles the sass files, javascript, and launches the server making the site available at http://localhost:3000/ The system will watch files and execute tasks whenever one of them changes. The site will automatically refresh since it is bundled with livereload.

Other commands

Compile the sass files, javascript... Use this instead of gulp serve if you don't want to watch.

$ npm run build

or

$ gulp

About

A disaster risk explorer for Central America

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.5%
  • CSS 12.9%
  • Shell 7.5%
  • HTML 1.1%