See the demo.
Several quick start options are available:
- Clone the repo:
git clone https://github.com/kplachkov/dmatrix.git
- Install with npm:
npm install dmatrix
- Install with yarn:
yarn add dmatrix
- Run
npm install
to install the Node.js dependencies. - Run
npm run start
to start. - Open
http://localhost:8080/
in your browser.