Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.15 KB

Meals that Connect

Meals That Connect serves free nutritious noontime meals every weekday to 1,800 seniors throughout San Luis Obispo. Seniors gather together at dining rooms throughout the county to eat together, share stories and build friendships. For those who are unable to leave their homes, volunteers personally deliver meals, using those visits as opportunities to check in on the seniors.

Running the website locally

  • In the terminal, navigate to the folder you'd like the project to be in.
  • Run git clone https://github.com/hack4impact-calpoly/meals-that-connect.git to clone the repository.
  • There are two files (.env and fire.js) that aren't included in this repo for security reasons. Contact the team to recieve those files.
    • .env should go into the /backend folder
    • fire.js should go in the /frontend/src folder
  • Navigate to the frontend folder
  • Open a new terminal window and navigate to the backend folder
  • Happy coding!