mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-22 07:37:40 +00:00
Update web README
This commit is contained in:
parent
36f33cbb5f
commit
c3aa9aa70c
1 changed files with 8 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Keyman Web #
|
||||
# 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.
|
||||
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.
|
||||
|
||||
**********************************************************************
|
||||
|
||||
|
|
@ -13,6 +13,11 @@ The following folders contain the distribution for KeymanWeb 2.0:
|
|||
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,
|
||||
1. cd to **keyman/web/source**
|
||||
2. Run `/.build.sh`
|
||||
|
||||
|
||||
Refer to the samples for usage details.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue