HC.js is an experimental library for building user interfaces. "HC" stands for Hypertext Composer.
yarn dev – open local web server with contents of ./examples directory.
yarn build – build deployment-ready version of the library. All artifacts will be placed in ./dist directory.
yarn test – run all unit tests.
yarn lint – check code formatting with ESLint.
yarn lint:fix – check code formatting with ESLint and fix all auto-fixable errors.