We need an easy way to manage the information for each game that's displayed on the site. Right now there's just a js file in the repo that holds all the information on each game, but it's not an ideal solution because updating it requires doing git bullshit (not the worst fate, but i'm not expecting people who aren't me to want to mess with it)
itch api is out of the question,
Maybe a google sheet restricted to our organization would be a decent solution as a low-cost database
Absolute worst case is I spin up a backend for the site and make some crud shit to manage the content on the page. I realize this is a slippery slope into making an entire CMS which is the exact opposite of what i want to do with my life, so this is the final solution
We need an easy way to manage the information for each game that's displayed on the site. Right now there's just a js file in the repo that holds all the information on each game, but it's not an ideal solution because updating it requires doing git bullshit (not the worst fate, but i'm not expecting people who aren't me to want to mess with it)
itch api is out of the question,
Maybe a google sheet restricted to our organization would be a decent solution as a low-cost database
Absolute worst case is I spin up a backend for the site and make some crud shit to manage the content on the page. I realize this is a slippery slope into making an entire CMS which is the exact opposite of what i want to do with my life, so this is the final solution