Skip to content

kplachkov/dmatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmatrix

"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

  1. Run npm install to install the Node.js dependencies.
  2. Run npm run start to start.
  3. Open http://localhost:8080/ in your browser.