mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
| .. | ||
| source | ||
| tests | ||
| .gitignore | ||
| build.sh | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Keyman Developer
This contains the source code of Keyman development tools.
In order to build [lexical models][], these tools must be built and compiled.
How to build
./build.sh
How to run the tests
./build.sh -test
How to install
npm install
npm run build
npm link