Skip to content

chocomega/stadia-games-history

 
 

Repository files navigation

Stadia Games History

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.

Usage

Prerequisites

npm install

Development

npm run dev

Then visit http://localhost:3000/ to preview the website.

Static build

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

FAQ

Where does the data come from?

The data is all sourced from SOGDb.

I was played a card that doesn't make sense - what gives?

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.

Languages

  • TypeScript 79.2%
  • SCSS 19.6%
  • JavaScript 1.2%