Files
slowdowner/README.md
2019-05-28 22:38:12 +02:00

16 lines
318 B
Markdown

# SlowDowner
music web player with slowdown option
## Dependencies
### Yarn
This project uses Yarn as package manager, to install all needed dependencies run
``` yarn ```
in the project directory
### Development
to run the test server locally run
``` yarn run start ```
and in another terminal
``` yarn run dev ```