update README.md

This commit is contained in:
2022-05-29 14:03:34 +00:00
parent 758de5b110
commit 6f2b3d449b

View File

@@ -1,9 +1,9 @@
# SlowDowner # SlowDowner
music web player with slowdown option music web player with slowdown option
## System Dependendies ## System Dependencies
### Ubuntu/Debian (apt) ### Ubuntu/Debian (apt)
TODO install nodejs and yarn (should also work with raw npm).
### NixOS ### NixOS
If you have the nix package manager or are running NixOS you can install all dependencies with If you have the nix package manager or are running NixOS you can install all dependencies with
@@ -24,7 +24,7 @@ then you can run
```yarn run start``` ```yarn run start```
to run the server locally to run the server locally
or use the provided Dockerfile to create a dockerimage like this or use the provided Dockerfile to create a dockerimage like this
```docker build -t slowdowner:v3 .``` ```docker build -t slowdowner:v{X} .```
for example for example
### Development ### Development
@@ -32,3 +32,4 @@ to run the test server locally run
``` yarn run start ``` ``` yarn run start ```
and in another terminal and in another terminal
``` yarn run dev ``` ``` yarn run dev ```
to build and watch the static frontend files