Install dependencies:
$ yarn install
Run build:
$ yarn build
Run tests:
$ yarn test
# or with file watcher
$ yarn test:watch
Run a TypeScript file:
$ yarn eval app/index.ts
Run a REPL console:
$ yarn ts-node
Run the web application:
$ yarn web
then click on demo links.