-
Clone the repository.
git clone https://github.com/d-trip/dtrip-ios.git
-
Install dependencies
gem install bundler bundle install pod install carthage bootstrap --platform iOS
-
Open DTrip.xcworkspace
-
Run DTrip scheme.
- Searching posts or users
- Comments reading
- User authorisation
- Voting, comments writing
- Post's redactor
Contributions are absolutely welcome!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.