mirror of
https://github.com/bitgapp/eqMac.git
synced 2024-11-22 22:32:17 +03:00
1.9 KiB
1.9 KiB
Contribution
At the moment eqMac is going through a major rewrite and it's hard to coordinate the development of big features, but I'm open to try anyway. Please create an issue on GitHub (please check if your issue is already being discussed) or join our Discord to discuss. Once a piece of work has been agreed - fork, build, debug, fix, merge and create a Pull Request to get your work merged in :) Check the documentation below to understand how to start eqMac debug process from Xcode
Development
Fork the repository, then run these commands in Terminal.app:
git clone https://github.com/YOUR_USERNAME/eqMac.git
cd eqMac/
Web User Interface
If you want to run the web based User Interface locally then you need to follow these steps to make that happen:
Prerequisites
Install Node.js LTS version preferrably using NVM
Building and running the Web UI
- Go into the ui/ directory by
cd ui/
- Install Node dependencies with
npm install
- Start local development server with
npm start
Native app + driver
Prerequisites
- Download Xcode
- Install CocoaPods by
sudo gem install cocoapods
- Install Carthage by
brew update && brew install carthage
Building and running the App
- Go into the native/app directory from root of the repo by:
cd native/app/
- Install Cocoapod dependencies:
pod install
- Install Carthage dependencies:
carthage update
- Go back to the native/ directory:
cd ../
- Open the Xcode workspace:
open eqMac.xcworkspace
- Launch eqMac in debug mode by running the App - Debug Scheme: