Skip to content

Hack4Eugene/homeless-resource-finder-dont-spoil-endgame-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homeless Resource Finder: Team Dont Spoil Endgame

Web application developed for Lane County at Hack for a Cause 2019. Still in development by students at the University of Oregon.

To build and run this web application, use the following instructions:

  1. clone the repository using the link provided on GitHub (e.g. git clone https://github.com/Hack4Eugene/homeless-resource-finder-dont-spoil-endgame-2019.git)

  2. In the cloned repo directory, call: make run

  3. The provided Makefile will host a server on http://localhost:5000, where you can interact with the website.

  4. When done, exit the server (usually with CTRL-C).

  5. Call: make clean

  6. Call: make veryclean