ondras / cyp

Control Your Player: a Web-based MPD client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build JS and CSS?

JFox-sk opened this issue · comments

commented

Hi,
please, can you provide some instructions about how to build JavaScript (app/js/.js > app/cyp.js) and CSS (app/css/.less > app/cyp.css)?
Thank you!

Hi @JFox-sk,

you need to install make and npm. Then, in the checked out repository:

$ npm i
$ make
commented

Ouu, I did not notice Makefile :-) Thank you!