Gitmemoji is a quiz game for learning gitmoji.
This project is originally forked from lalalilo/gitmemoji.
Install the dependencies and finally run the app by executing these commands in the project directory. Make sure you have Bun installed.
bun install
bun startTo run the tests, run bun test. Add --watch to keep them running.
bun test
bun test --watchGitmojis are automatically fetched from the gitmoji package. Colors are not
included there. Therefore, we have the file in src/emoji-colors.ts, which
stores the background colors of the tiles. This list can be copied from the
gitmoji repo.
Contributions are welcome! Request features or report bugs by opening an issue or submit code changes by forking the repo and opening a pull request.