Github Issues are used to track todos, bugs, feature requests, and more.
Make sure your server supports WebSocket. These are the minimum requirements for Apache 2.4 and Nginx 1.3 or greater.
In case you're interested in playing around with the code or giving something back, here are some instructions on how to set up your project:
- Install CocoaPods (note that you will need to install at least Ruby 2.2.3 for this to work)
sudo gem install cocoapods
- Install all the Pods (note that this will
git clone
the CocoaPods github spec repos which may take up to an hour on slow link/machines)
pod install
- Open
Rocket.Chat.xcworkspace
- Run the project (⌘ + R)
We use swiftlint to enforce code style and best practices.