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
- Unisse C. Chua
- Briane Paul V. Samson
To get a version of the web app running locally:
- Clone this repository:
git clone [email protected]:dlsucomet/riesgo-vis.git - Navigate to the repository:
cd riesgo-vis - Install the dependencies:
npm install - Run the development server:
npm run start- Navigate to
http:\\localhost:8080in the browser to view the app
- Navigate to
To deploy the app to GitHub Pages:
- Build the app by running
npm run build - Deploy to GitHub Pages:
npm run deploy - Make sure to check if changes have been reflected on https://dlsucomet.github.io/riesgo-vis