AceGentile / alphabet-keys

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

Home Page:https://alphabet-keys.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

https://alphabet-keys.now.sh/


Languages

Language:JavaScript 91.1%Language:HTML 7.6%Language:Dockerfile 1.3%