c30323b217c4b90167d142a58e4efdf66e85f193
SlowDowner
music web player with slowdown option
System Dependendies
Ubuntu/Debian (apt)
TODO
NixOS
If you have the nix package manager or are running NixOS you can install all dependencies with
nix-shell
(This will try to start zsh in the end. Comment the line out if you use bash)
Dependencies
Yarn
This project uses Yarn as package manager, to install all needed dependencies run
yarn install
in the project directory
Building
To build the static files run
yarn run build
this will create the folder dist with all static files.
then you can run
yarn run start
to run the server locally
or use the provided Dockerfile to create a dockerimage like this
docker build -t slowdowner:v3 .
for example
Development
to run the test server locally run
yarn run start
and in another terminal
yarn run dev
Description
Languages
JavaScript
64.9%
EJS
16.2%
SCSS
9.5%
HTML
6%
Dockerfile
2.1%
Other
1.3%