Files
mxpv-podsync/README.md
T
2019-05-11 11:56:15 -07:00

1.0 KiB

Build Status Patreon

Patreon

In order to login via Patreon the following variables should be configured:

Building Docker images

Backend

./build.sh

nginx

./nginx.sh

ytdl

cd cmd/ytdl/
./build.sh

Running

docker-compose pull
docker-compose up -d

Building frontend

Node.js and npm are required in order to build the frontend:

brew install node
make static
ls -la dist/