https://github.com/jteppinette/rebalance-my-portfolio
Rebalance your investment portfolio by depositing or withdrawing funds, or rebalance existing funds to achieve your desired asset allocation.
https://github.com/jteppinette/rebalance-my-portfolio
finance investing investment investment-strategies personal-finance portfolio rebalancing stocks
Last synced: 6 months ago
JSON representation
Rebalance your investment portfolio by depositing or withdrawing funds, or rebalance existing funds to achieve your desired asset allocation.
- Host: GitHub
- URL: https://github.com/jteppinette/rebalance-my-portfolio
- Owner: jteppinette
- Created: 2020-11-08T22:09:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T05:37:24.000Z (over 3 years ago)
- Last Synced: 2025-02-12T12:56:20.440Z (8 months ago)
- Topics: finance, investing, investment, investment-strategies, personal-finance, portfolio, rebalancing, stocks
- Language: JavaScript
- Homepage: https://rebalance-my-portfolio.com
- Size: 1.46 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rebalance My Portfolio
[](https://github.com/jteppinette/rebalance-my-portfolio/actions/workflows/pre-commit.yml)

## Development
### Required Software
- [direnv](https://direnv.net)
- [git](https://git-scm.com/)
- [nvm](https://formulae.brew.sh/formula/nvm#default)
- [pre-commit](https://pre-commit.com/#install)### Getting Started
**Setup**
```sh
$ nvm install 16
$ direnv allow
$ pre-commit install
$ npm install
```**Watch & Serve**
```sh
$ npm run dev
```### Build
```sh
$ npm run build
```### Analyze Bundle Size
```sh
$ npm run build -- --detailed-report
```