Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.53 KB

File metadata and controls

53 lines (41 loc) · 1.53 KB

modv-vite

GitHub release (latest by date including pre-releases) Documentation Maintenance License: MIT Twitter: @_modV_

modV is a modular audio visualisation environment built upon web technologies.

Recommended IDE Setup

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux