1.0.1 • Published 5 years ago
dmatrix v1.0.1

"The Matrix" code rain animation with custom text in the middle.
See the demo.
Quick start
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 locally
- Run
npm installto install the Node.js dependencies. - Run
npm run startto start. - Open
http://localhost:8080/in your browser.