Skip to content

Find where your favorite dining hall food is being served at UMich

License

Notifications You must be signed in to change notification settings

anders617/tendiestime

Repository files navigation

Michigan Tendies

A website to help michigan students find where their favorite food is being served currently live @ tendiesti.me.

Makes use of the michigan-dining-api hosted on heroku and the corresponding mdining-proto library.

Development

Clone the repo (note the --recursive flag to also clone submodules):

git clone https://github.com/anders617/tendiestime.git --recursive

This project is written with pure HTML/CSS/JS using the AngularJS framework. To run the server locally just use:

python3 -m http.server

Stats

The stats page is located here

Development

The stats page is built using ReactJS and is located in the /stats-dev directory

Install the yarn dependency management tool

Run the following to install dependencies

yarn

Run the following to start the dev server

yarn start

Production Build

yarn build

This will create a production build of the code in stats-dev and will place it in the top level stats directory which can be pushed to github to be served by Github Pages.

Contributing

Feel free to make feature requests in issues, this app is a constant work in progress. PRs are welcome!