This product allows people to easily collaborate on organizing camping trips!
- On terminal, go to the root directory of this repo
- Install all the node modules:
npm install
- Transpile all react files:
webpack
- Start the server:
nodemon server/server.js
- Open the website
- Sign up for an account
- Make a trip
- Invite your friends by filling in their phone numbers
- Fill out the terms and conditions that all members will have to accept or reject
- Enter all the equipment that members will need to bring on this trip
- Accept or reject the terms and conditions
- View your shopping list for this trip (items you will need to buy to go on this trip)
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit
- Rebase your work:
git pull --rebase upstream master
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 😄
Amad Khan, Ben Antalek, Meijiao Png, Tony Le