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:

  1. Clone the repository locally
  2. Update /data/entries.json with new weekly entry
  3. Update current prices in /data/holdings.json
  4. Add weekly S&P 500 level to /data/benchmarks.json
  5. Run npm run validate-data to check data integrity
  6. Commit changes and create a pull request
  7. Deploy updates automatically via Vercel