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

https://github.com/funmaker/youtubedmtv2

YouTube music visualizer in React. Version 2.0
https://github.com/funmaker/youtubedmtv2

Last synced: 4 months ago
JSON representation

YouTube music visualizer in React. Version 2.0

Awesome Lists containing this project

README

          

# YouTube DMT v2

## Usage

### Run development

```bash
npm run start
```

### Build production

```bash
npm run build:prod
```

### Start production

```bash
npm run start:prod
```