An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![dmatrix](https://github.com/kplachkov/dmatrix/blob/master/img/dmatrix.gif?raw=true)

#### __"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.