Install dependencies:
$ yarn installRun build:
$ yarn buildRun tests:
$ yarn test
# or with file watcher
$ yarn test:watchRun a TypeScript file:
$ yarn eval app/index.tsRun a REPL console:
$ yarn ts-nodeRun the web application:
$ yarn webthen click on demo links.