https://github.com/thomasmost/fantasy-awards-season
https://github.com/thomasmost/fantasy-awards-season
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasmost/fantasy-awards-season
- Owner: thomasmost
- Created: 2021-12-09T07:21:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-16T20:23:01.000Z (5 months ago)
- Last Synced: 2026-02-17T02:51:30.647Z (5 months ago)
- Language: TypeScript
- Size: 3.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fantasy Film Awards
This is a Netlify app with serverless functions that tunnel data from Google Sheets to a simple React frontend
Run `npm run dev` to start both the serverless functions and the client app
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
See below for instructions...
## Updating to a new year
Update constants in config.ts for any changes to the spreadsheet
Update `playerByPickSheetIndex` in top_picks.ts with the correct order
Some other steps used to be manual (like defining ranges in `loadCells`) but should now be automated by the config