Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 564 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 564 Bytes

Guess who!?

Powered by Vite, built by and for Klausians.

Development

yarn dev

Updating

To add a new employee's image to the game, add them as the last index to public/klausmojis/ and add their name to src/answers.ts - note that the name's index in answers.ts must match the image's number, if increased by one (this is because while the answers array is 0-indexed, the image collection is 1-indexed).