Skip to content

Desktop Application for tracking portfolio management

Notifications You must be signed in to change notification settings

kaja-mohideen/portfolio-tracking-app

Repository files navigation

Portfolio Tracking app

TODO: Overview

Use-cases

TODO:

Development

  • Install NodeJS

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm install 22
npx create-electron-app@latest portfolio-tracking-app --template=webpack-typescript
  • See forge.config.ts for entrypoints and makers.

  • New dev env would need npm install

  • Make sure to run the following commands to enable running chrome in sandbox mode

sudo chown root:root node_modules/electron/dist/chrome-sandbox
sudo chmod 4755 node_modules/electron/dist/chrome-sandbox
  • Run using npm start (See package.json)

About

Desktop Application for tracking portfolio management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published