GitXplorerGitXplorer
c

sil

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
0341e058b32dfa1596de6bdd869e2c66b90204c6

Updated node version and ignored folders.

ccodealchemist committed 7 years ago
Unverified
ef56473bbaba4414332195261ec3d1ed21d8a7f3

added lister moder; new build

ccodealchemist committed 8 years ago
Unverified
9c5b00054e7993ef274e6e7315584eb458eb5baa

added list

ccodealchemist committed 8 years ago
Unverified
d26f3a03eb86ad1c6d0d4ba39ff5b67e1ca6f4b3

added google analytics on build

ccodealchemist committed 8 years ago
Unverified
cf86c85c18af057b601142edb4b5c2fad33293db

added google analytics

ccodealchemist committed 8 years ago
Unverified
129725752b2b39c081ab858692787551bcdf312e

added fork me ribbon

ccodealchemist committed 8 years ago

README

The README file for this repository.

SIL is a reading helper tool.

It's mainly aimed to assist kids as soon as they start learning to read. It will take a phrase as input and it features full phrase reading, per word reading and per syllables reading. It renders the words and syllables with bigs fonts inside a modal box, features audio reading and speed controls.

See the live demo.

Install:

bower install
npm install
grunt

The src/audio and build/audio folders should be writable. If you're in a linux/unix shell try:

sudo chmod 777 src/audio build/audio

You can run the project in your brower either from the src dir of the build dir. Running it from the src dir is recommended to quickly test things out when developing. The build dir is generated when running grunt and its the production version.

You can also serve the app locally by running:

node index.js

This will start the app from the build folder in:

http://localhost:5000

TODO:

  • concat and minimize
  • add reading support (the Google Translate hack doesn't work anymore!)

Current limitations:

  • language: only using spanish language right now