1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/README.md
Maksym Pavlenko 7bf68f5448 Add static target
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/