From abfce0771cf10e90aca2efdb05cdf562fa6bdd27 Mon Sep 17 00:00:00 2001 From: Felix Hartmann Date: Tue, 28 May 2019 22:38:12 +0200 Subject: [PATCH] added README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..52fd4e3 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# 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 ```