Skip to content

devcsar/riesgo-vis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIESGO Interactive Visualization

View the project: https://comet.dlsu.edu.ph/riesgo-vis/

Status: Work in progress

An interactive dashboard to visualize the results RIESGO: A Multi-Criteria Model to Identify Suitable Flood Evacuation Areas

Members

  1. Unisse C. Chua
  2. Briane Paul V. Samson

Requirements

  1. Git
  2. Node.js
  3. Webpack

Local Setup

To get a version of the web app running locally:

  1. Clone this repository: git clone git@github.com:dlsucomet/riesgo-vis.git
  2. Navigate to the repository: cd riesgo-vis
  3. Install the dependencies: npm install
  4. Run the development server: npm run start
    • Navigate to http:\\localhost:8080 in the browser to view the app

Building and Deployment

To deploy the app to GitHub Pages:

  1. Build the app by running npm run build
  2. Deploy to GitHub Pages: npm run deploy
  3. Make sure to check if changes have been reflected on https://dlsucomet.github.io/riesgo-vis

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • CSS 1.8%
  • HTML 0.9%