tree: 91f361095ecfa1a77f85a4f2b8374fc855aa7967 [path history] [tgz]
  1. static/
  2. .gitignore
  3. build.mjs
  4. index.html
  5. package-lock.json
  6. package.json
  7. pom.xml
  8. README.md
docs/charts/keyboard/README.md

Keyboard Charts

What are these

The Keyboard Charts are now built as client-side JavaScript tables.

To Build from the command line

To build from Maven

Run this from the command line in the top level directory:

  • mvn --file=tools/pom.xml -pl :cldr-keyboard-charts integration-test

To build from Eclipse

  • Right-click on the pom.xml in docs/charts/keyboards (it will show as “cldr-keyboard-charts”)
  • Choose Run As... - Maven Build
  • Change the goal to integration-test
  • Choose Run

Trying them out