Admin
Data entry and management
Production Mode
In production, data updates are made via pull requests to maintain data integrity and version control.
Weekly Update Process:
- Clone the repository locally
- Update
/data/entries.json
with new weekly entry - Update current prices in
/data/holdings.json
- Add weekly S&P 500 level to
/data/benchmarks.json
- Run
npm run validate-data
to check data integrity - Commit changes and create a pull request
- Deploy updates automatically via Vercel