https://github.com/delef/binance-m1
https://github.com/delef/binance-m1
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/delef/binance-m1
- Owner: delef
- Created: 2021-11-02T12:33:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T12:35:24.000Z (over 4 years ago)
- Last Synced: 2025-10-29T22:42:29.374Z (8 months ago)
- Language: JavaScript
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binance-M1
An ARM64 native Binance desktop app for M1 Macs
# Building from source
Requirements: Have Xcode installed
Be sure to install Node.JS via https://nodejs.org/
Install YARN https://classic.yarnpkg.com/en/docs/install
You can install also YARN via the brew package manager with ```brew install yarn```
1. Clone project
```$ git clone https://github.com/delef/Binance-M1.git```
2. Navigate to folder
```$ cd Binance-M1```
3. Install dependencies
```$ yarn install```
4. Compile
```$ yarn dist```
Alternatively you can run the app directly from source using
```$ yarn start```
# Credits
Made with [Electron-Builder](https://www.electron.build/).