diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 0000000..57db900 --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,16 @@ +node_modules +dist +.npm +*.tsbuildinfo +.env.local +.env.*.local +*.log +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..b47ac66 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,12 @@ + + +
+ + +Loading net worth…
; + } + + if (nw.isError) { + return ( +Couldn't reach the API.
+
+ Make sure FastAPI is running on :8080 and Wealthfolio ingest has populated
+ account_snapshot.
+
No snapshots yet.
+
+ Run python -m fire_planner ingest to pull from the
+ wealthfolio_sync mirror.
+
As of {data.snapshot_date}
+{data.accounts.length} accounts
+