Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.11 KB

Hitch-a-Ride

Mobile app for EECS 441 by Brian Ford, Jon Budzenski, and Madi Sergazin.

Prereqs

Node.js and npm.

Setting up Development Environment

Fork this repo, and the following three:

Then clone the following repos, replacing btford with your user name:

git clone [email protected]:btford/hitch-a-ride.git
git clone [email protected]:btford/hitch-a-ride-android.git
git clone [email protected]:btford/hitch-a-ride-server.git
git clone [email protected]:btford/hitch-a-ride-client.git

npm link client, server, and android:

cd hitch-a-ride-client && npm link
cd ../
cd hitch-a-ride-server && npm link hitch-a-ride-client && npm link
cd ../
cd hitch-a-ride-android && npm link hitch-a-ride-client && npm link
cd ../
cd hitch-a-ride && npm link hitch-a-ride-server && npm link hitch-a-ride-android

Now changes you make in each repo will be reflected in all of the repos that depend on it.

License

MIT