Euterpe-js Monorepo. Contains Player, Visualiser and Local Library
Find a file
2023-06-12 17:56:50 +02:00
.vscode Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
packages ver. bump 2023-06-12 17:56:50 +02:00
tools Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
.editorconfig Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
.eslintignore Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
.eslintrc.json Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
.gitignore Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
.prettierignore Initial commit 2023-05-21 17:29:31 +02:00
.prettierrc Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
babel.config.json Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
nx.json Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
package-lock.json create analyzer and analyzer web test 2023-05-24 15:23:58 +02:00
package.json Add euterpe, many fixes. 2023-06-12 17:50:33 +02:00
README.md create analyzer and analyzer web test 2023-05-24 15:23:58 +02:00
tsconfig.base.json Add euterpe, many fixes. 2023-06-12 17:50:33 +02:00

Euterpe

The sole mono-repo for all things Euterpe.

Understand this workspace

Run npx nx graph to see a diagram of the dependencies of the projects. All programs go like this: npx nx {package script} {package}

Test this workspace

Run npx nx server player-web-test to see the music player in a minimal demo. Run npx nx server visualizer-web-test to see the music player in a minimal demo.

Build

Run npx nx build player to build the player. Run npx nx build visualizer to build the player.

Publish

First build, then run npm run publish-[package](scripts)