Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 365 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 365 Bytes

CodeX.Music

Install dependencies

yarn install

For local development use

yarn dev

Build library

yarn build

The library will be built in the dist folder.

Demo example

You can test library:

  1. Clone repository git clone [email protected]:codex-team/codex.music.git;
  2. Build library yarn build;
  3. Open file index.html with demo example.