• Home
Name Date Size #Lines LOC

..--

static/06-Sep-2024-289246

.gitignoreD06-Sep-202455 65

README.mdD06-Sep-2024813 3118

build.mjsD06-Sep-20242.5 KiB10390

index.htmlD06-Sep-202498 32

package-lock.jsonD06-Sep-20241.2 KiB4443

package.jsonD06-Sep-2024648 2524

pom.xmlD06-Sep-20242.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