mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
| .. | ||
| samples | ||
| source | ||
| testing | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| history.md | ||
| index.html | ||
| LICENSE | ||
| NOTICE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Keyman Web
The Original Code is (C) 2017 SIL International
Minimum Web Compilation Requirements
- A local installation of Node.js.
- Builds will call
npm installto automatically install further necessary build dependencies.
- Builds will call
- Java 7+ (required by the Google Closure Compiler)
- This can be ignored for Keyman Developer builds.
The following folders contain the distribution for KeymanWeb:
source Source code
intermediate Intermediate compiled code; TypeScript source is compiled here before it is minified.
release/web Fully-compiled KeymanWeb modules for testing
release/embedded Fully-compiled KMEA/KMEI modules for inclusion in mobile app builds
samples Sample pages demonstrating ways to link with KeymanWeb
testing Test-case web-pages for various aspects of KeymanWeb functionality
Usage
Open index.html or samples/index.html in your browser. Be sure to compile KeymanWeb before viewing the pages.
To view pages using compiled KeymanWeb,
- cd to keyman/web/source
- Run
/.build.sh
Refer to the samples for usage details.