node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

17
server/node_modules/player.style/README.md generated vendored Normal file
View File

@@ -0,0 +1,17 @@
# player.style
A fresh collection of media player themes for every use case!
# Local Development
This is a monorepo that uses NPM workspaces and Turbo. The root package is
also a published package which currently makes it impossible to have similar
named NPM scripts in the root package and the workspace packages.
For this reason we use the `turbo` CLI directly in the root directory.
1. Install Turbo globally: `npm install -g turbo`
1. Clone the repository
1. Run `npm install`
1. Run `turbo build`