mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
860 B
860 B
Keyman Web
The Original Code is (C) 2017 SIL International
Minimum Web Requirements
Google Closures Compiler is used to compile the JavaScript modules into a single module. Java must be installed to run the compiler, which is stored in the tools folder.
The following folders contain the distribution for KeymanWeb 2.0:
source Source code
output Fully-compiled KeymanWeb modules for testing
embedded Fully-compiled KMEA/KMEI modules for inclusion in mobile app builds
samples Sample and test-case web-pages
Usage
Open index.html or samples/index.html in your browser. The pages using uncompiled KeymanWeb should work as-is.
To view pages using compiled KeymanWeb,
- cd to keyman/web/source
- Run
/.build.sh
Refer to the samples for usage details.