README 256 B

1234567891011121314
  1. The build process requires that you have 'npm' and 'nodejs' installed.
  2. to fetch the dependencies:
  3. npm install
  4. to build and bundle the script for the Kawa examples:
  5. npm run build:kawa
  6. Finally to check the result
  7. firefox examples/kawa/index.html