- See webapp folder
- Read [the webapp readme][webapp/README.md]
- See twilio-php-latest folder
- Make a development directory
mkdir 'whateveryouwanttonameit'
cd
into your development directory- Clone the repo:
git clone https://github.com/schmevie/Seed
- First switch to the
master
branch:git checkout master
- Get the latest version:
git pull
- Checkout a new branch:
git checkout -b <your-initials-here>/<feature-name-here>
- For example:
git checkout -b al/did-something-here
- Hack and commit away.
- Push the new branch to GitHub:
git push origin <your-branch-name>
- Example:
git push origin al/did-something-here
- Create a pull request by navigating to the branch on GitHub and clicking "Compare & pull request"
- Wait for comments. Revise as necessary,
git push
ing the branch so that your updates are visible. - Once someone says it's good, click "Merge pull request"
Check out the public Trello board @ https://trello.com/b/v1Nm9NSs/berkeley-hackathon