Skip to content

Files

Latest commit

 

History

History
27 lines (15 loc) Β· 1.19 KB

README.md

File metadata and controls

27 lines (15 loc) Β· 1.19 KB

πŸ§‘β€πŸ³ Emoji Kitchen

This repository contains the source code for the website https://emojikitchen.dev.

This website allows for quick and easy browsing of the comprehensive list of supported emoji mashups as part of Google's Emoji Kitchen.

There are currently just over 50,000 possible valid combinations showcasing the unique illustrations and combined emoji!

Getting Started

This repository leverages VSCode's devcontainer feature to ensure all necessary dependencies are available inside the container for development.

Application

To get started:

npm install && npm start

This will start the application on your local machine, running on http://localhost:5173/.

Deployments

All application deployments are managed via GitHub Actions and the ./.github/workflows/deploy.yml workflow.

Additionally, application dependencies are automatically managed and updated via Dependabot and the ./.github/workflows/automerge-dependabot.yml workflow.