This is the source code for the web app at https://chocomega.github.io/stadia-games-history-www.
The game is based on Wiki History Game source code.
npm install
npm run dev
Then visit http://localhost:3000/ to preview the website.
To build a static version of the website, run:
npm run build
Then run said build with:
npm start
Or then export said build to the out
folder with:
npm run export
The data is all sourced from SOGDb.
There are some cards that unfortunately don't quite make sense or have bad data. These need to be removed from the game and, ideally, to have their underlying SOGDb entry fixed.
Please report any bad data here: https://github.com/ja1984/sogdb/issues.