Joyride is an application that provides people with the optimal route when carpooling with friends, developed at Citrus Hack 2019.
To install and run Joyride locally, first clone this repository.
Before launching the React application, install all Node modules.
npm install
Then, you should be all ready to launch the application locally.
npm start
