PNPM
Some checks failed
Lint / Lint and Typecheck (push) Failing after 6s

This commit is contained in:
2025-07-13 01:15:15 +02:00
parent aba4e4a7f6
commit 1c1b842a15
6 changed files with 5052 additions and 7657 deletions

View File

@@ -29,7 +29,6 @@ The projects code is structured using React/Next.js with TypeScript, focusing
The calculator models your FIRE journey in two phases:
1. **Accumulation:**
- Your starting capital is grown by your expected CAGR (~7% by default).
- Monthly savings are added for each year until retirement.
- Every variable can be adjusted live (capital, savings, age, growth, inflation, spending, target retirement).
@@ -58,11 +57,11 @@ To run locally:
```
2. **Install dependencies**
```bash
npm install
pnpm install
```
3. **Run the app**
```bash
npm run dev
pnpm run dev
```
4. Visit [http://localhost:3000](http://localhost:3000) and unleash the fire.