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 start
Gitmojis 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.