We're using Cocoapods for manage our dependencies, you can install with:
sudo gem install cocoapods
Installing all dependencies:
pod install
When the instalation has been finished, you can open Descartae.xcworkspace file and then build & run (⌘+R) the application.
We're using SwiftLint to enforce code style and best practices.