Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.01 KB

This tool was born out of a necessity to learn to read Kannada by a Malayali living in Bangalore. Since this Malayali knew Malayalam, it made sense to his lazy bones to (ab)use that advantage. He called it daylamo (with a lot of help from his brother).

daylamo helps the user to learn to read any Indian language using the one(s) they know already. For example, if you are a Malayali living in Bangalore, it shows Kannada alphabets alongside its equivalent sounding Malayalam alphabet. This, the author has discovered, significantly improves the learning velocity.

Hope this tool helps you too.

Prerequisites

  1. npm
  2. yarn
  3. ionic

Start

react

npm run react-start

electron

yarn start

android

npx cap open android

Build

react

npm run react-build

electron

yarn build