Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 474 Bytes

File metadata and controls

13 lines (8 loc) · 474 Bytes

This app displays list of shelters for Hurricane Harvey evacuees from: https://docs.google.com/spreadsheets/d/14GHRHQ_7cqVrj0B7HCTVE5EbfpNFMbSI9Gi8azQyn-k

Created using React and Leaflet map

Thanks to everyone working to keep this sheet constantly updated

How to run development

  • Clone this repository
  • Make sure your node environment is 8.2+
  • Navigate to root folder and run npm install or yarn install
  • Then run npm start or yarn start