Skip to content

d-trip/dtrip-ios

Repository files navigation

DTrip

DTrip

TestFlight

Swift Platform: iOS

Building the code

  1. Clone the repository.

    git clone https://github.com/d-trip/dtrip-ios.git
  2. Install dependencies

    gem install bundler
    bundle install
    pod install
    carthage bootstrap --platform iOS
  3. Open DTrip.xcworkspace

  4. Run DTrip scheme.

Roadmap

  • Searching posts or users
  • Comments reading
  • User authorisation
  • Voting, comments writing
  • Post's redactor

Contributing

Contributions are absolutely welcome!

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.