-
Install the required Node dependencies
npm install
-
Build the CSS
npm run build-css
-
Build the JavaScript
npm run build-js
-
Build the JavaScript while coding
npm run watch-js
-
To (re)build the CLDR data:
-
Install the required Composer dependencies
cd bin && composer install && cd ..
-
Generate the data about plural rules
bin/vendor/bin/export-plural-rules --reduce=yes --output=bin/cldr/plurals.json prettyjson
-
Format the data about plural rules
node bin/cldr-processor.js
-