Name Date Size #Lines LOC

..--

static/H25-Apr-2025-289246

.gitignoreH A D25-Apr-202555 65

README.mdH A D25-Apr-2025813 3118

build.mjsH A D25-Apr-20252.5 KiB10390

index.htmlH A D25-Apr-202598 32

package-lock.jsonH A D25-Apr-20251.2 KiB4443

package.jsonH A D25-Apr-2025648 2524

pom.xmlH A D25-Apr-20252.9 KiB113100

README.md

1# Keyboard Charts
2
3## What are these
4
5The Keyboard Charts are now built as client-side JavaScript tables.
6
7## To Build from the command line
8
9- install <https://nodejs.org> current LTS version, then in this directory:
10- `npm i`
11- `npm run build`
12
13## To build from Maven
14
15Run this from the command line in the top level directory:
16
17- `mvn --file=tools/pom.xml -pl :cldr-keyboard-charts integration-test`
18
19## To build from Eclipse
20
21- Right-click on the `pom.xml` in `docs/charts/keyboards` (it will show as "cldr-keyboard-charts")
22- Choose **Run As... - Maven Build**
23- Change the **goal** to `integration-test`
24- Choose Run
25
26## Trying them out
27
28- `npm run serve` will serve the charts locally on <http://localhost:3000>
29- Or view the [`index.html`](./index.html) file located in the same directory as this README
30
31