https://github.com/kplachkov/dmatrix
"The Matrix" code rain animation with custom text in the middle.
https://github.com/kplachkov/dmatrix
animation code-rain dmatrix effect javascript logo matrix text web
Last synced: 5 months ago
JSON representation
"The Matrix" code rain animation with custom text in the middle.
- Host: GitHub
- URL: https://github.com/kplachkov/dmatrix
- Owner: kplachkov
- License: apache-2.0
- Created: 2020-08-14T17:50:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T17:45:41.000Z (almost 6 years ago)
- Last Synced: 2025-10-06T20:13:59.939Z (8 months ago)
- Topics: animation, code-rain, dmatrix, effect, javascript, logo, matrix, text, web
- Language: JavaScript
- Homepage: https://kplachkov.github.io/dmatrix
- Size: 22.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

#### __"The Matrix"__ code rain animation with custom text in the middle.
See the [demo](https://kplachkov.github.io/dmatrix).
## Quick start
Several quick start options are available:
- Clone the repo: `git clone https://github.com/kplachkov/dmatrix.git`
- Install with [npm](https://www.npmjs.com/): `npm install dmatrix`
- Install with [yarn](https://yarnpkg.com/): `yarn add dmatrix`
## Run locally
1. Run `npm install` to install the Node.js dependencies.
2. Run `npm run start` to start.
4. Open `http://localhost:8080/` in your browser.