euterpe-source/README.md

22 lines
588 B
Markdown
Raw Normal View History

2023-05-21 15:29:31 +00:00
# Euterpe
The sole mono-repo for all things Euterpe.
2023-05-21 15:29:31 +00:00
## 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.
2023-05-24 13:23:58 +00:00
Run `npx nx server visualizer-web-test` to see the music player in a minimal demo.
2023-05-21 15:29:31 +00:00
## Build
2023-05-21 15:29:31 +00:00
Run `npx nx build player` to build the player.
2023-05-24 13:23:58 +00:00
Run `npx nx build visualizer` to build the player.
2023-05-21 15:29:31 +00:00
## Publish
2023-05-21 15:29:31 +00:00
2023-05-21 22:10:41 +00:00
First build, then run `npm run publish-[package]`(scripts)