StockStalk Save

Robinhood on Desktop

Project README

Robinhood on desktop

StockStalk

Free and open source Robinhood desktop version.
Built on top of Electron and React, allows you to build a version for Mac, Windows and Linux.
🤘Join our Slack channel🤘

Downloads

Download Robinhood for Mac, Windows and Linux.

Stack

Built on top of electron to support mac, windows and linux. The front is written using React frameworks. The state is managed by mobX.

Install

  • Make sure you have electron and react istalled first.
  • You will also need to create a firebase file account under src/helpers/firebase.js with this code (make sure to insert your credentials):
const firebase = window.firebase;
const config = {
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: ""
} 

firebase.initializeApp(config);
const db = firebase.firestore();
const auth = firebase.auth();
 
export { auth, db }

To start developing:

yarn install
yarn dev

Develop

  • Make sure you have: "main": "public/electron-starter.js", under package.json so you can always use the develop stack then:
yarn dev

Build

  • Make sure you have electron-builder installed.
  • Make sure you have: "main": "build/electron-starter.js", under package.json.
  • You can build per platform by yarn dist or for all platforms by using the doecker script under scripts/docker.sh
  • Build for a specific version by usin yarn dist-win/yarn dist-mac/yarn dist-linux

Publish

We use electron-builder to publish the packages to github. You will need to sign them for win or mac my purchasing certificate. Once you're done use:

yarn publish

The best donation is by submiting a PR and improving the code.
Alternatively, you can just buy me a coffee

Open Source Agenda is not affiliated with "StockStalk" Project. README Source: sagivo/StockStalk
Stars
52
Open Issues
6
Last Commit
4 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating