Clone the repo and install dependencies:
Warning
React v18 or higher required
TypeScript v4.5 or higher required
UMD/SystemJS support dropped
ES5 support dropped
yarn installStart dev server (with hot reloading):
yarn devBuild for production with minification to the dist folder:
yarn build