Euterpe-js Monorepo. Contains Player, Visualiser and Local Library
Find a file
2023-05-21 23:10:32 +02:00
.vscode Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
packages Init monorepo n move player to it, add test 2023-05-21 23:10:32 +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 Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
package.json Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
README.md Init monorepo n move player to it, add test 2023-05-21 23:10:32 +02:00
tsconfig.base.json Init monorepo n move player to it, add test 2023-05-21 23:10:32 +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.

Build

Run npx nx build player to build the player.

Publish

First build, then npm publish --access=public