/alphabet-keys

🍎- The letters and numbers so my son can have some fun typing on the computer!

Primary LanguageJavaScript

Alphabet-Keys

🍎- The letters and numbers so my son can have some fun typing on the computer!

operation

Develop

Getting Started

git clone https://github.com/ericadamski/alphabet-keys.git && cd alphabet-keys
yarn install
yarn start

Add a Language

  1. Add a new locale file in src/data/emojis/
  2. Import the new locale file at the top of src/data/emojis/index.js
    1. Add the new lang file to the allLangs array in src/data/emojis/index.js to make it available in the language menu.
    2. Spread the new locale data in the default export at the bottom of src/data/emojis/index.js to make it available in the exported Emojis object.
  3. Done!