Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 830 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 830 Bytes

Eloquence

Built at SwampHacks 2017


An iOS app to analyze your speech and help you speak better

Screenshots

onboarding word editing

Building Locally

  • Must have ruby and rubygems installed
  • Install cocoapods with sudo gem install cocoapods
  • Clone this repository anywhere on your computer with: git clone https://github.com/Joepena/Eloquence.git
  • cd into the root directory of the project
  • Run pod install to download and install the libraries that this project uses
  • Open the Eloquence.xcworkspace project in Xcode
  • Build and run in Xcode!