Mathieu Lirzin 160485341d main: Add Text_input component 7 years ago
..
build-aux a338401d01 build: Use 'rollup-plugin-uglify' 7 years ago
examples 6dabda0815 kawa-ebook: Use bundled modules from "src" directory 7 years ago
src 160485341d main: Add Text_input component 7 years ago
.dir-locals.el 32675a4b21 maint: Add ".dir-locals.el" 7 years ago
README b405dc86ae maint: Add README 7 years ago
TODO e3dd161a15 maint: Remove done entries from the TODO file 7 years ago
package.json a338401d01 build: Use 'rollup-plugin-uglify' 7 years ago
yarn.lock eb950800c0 build: Update dependencies 7 years ago

README

The build process requires that you have 'npm' and 'nodejs' installed.

to fetch the dependencies:

npm install

to build and bundle the script for the Kawa examples:

npm run build:kawa

Finally to check the result

firefox examples/kawa/index.html