Skip to content

bpallares/alphabet-keys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/languages.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/languages.js to make it available in the exported SUPPORTED_LANGS object.
  3. Done!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • HTML 5.3%
  • Dockerfile 0.9%