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