AlphaRecon19 / medley

Playlist.science with users and actual features

Home Page:http://alpha.medley.live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

medley

Playlist.science with users and actual features

alpha.medley.live

clarification

dc is an alias for docker-compose If you don't have that alias, make it. It's good.

install

git clone git@github.com:PlaylistScience/medley.git
composer install
yarn install

If Yarn throws: No such file or directory: 'install' or ERROR: There are no scenarios; must have at least one yarnpkg/yarn#2821 (comment)

build assets

yarn encore dev

watch assets

yarn encore dev --watch

start php dev server and db

dc up -d

watch logs

dc logs -f

visit localhost:4321

This will be empty black page. Proceed with next step.

import songs into db from https://api.playlist.science

dc exec php sh
bin/console importOldSystemData api.playlist.science

visit localhost:4321

You can click on tracks and they will play

About

Playlist.science with users and actual features

http://alpha.medley.live


Languages

Language:PHP 63.0%Language:Vue 13.9%Language:HTML 8.7%Language:CSS 8.0%Language:JavaScript 4.0%Language:Shell 1.4%Language:TypeScript 1.0%