-
It is required to have NodeJs
-
If you do not have installed node.js in your machine then go to this link in order to install node.
-
Clone this repository.
-
Put your images and musics into the
public/assets/images/
/public/assets/musics/
directory. -
Add
ID_POST
andACCESS_TOKEN
in the fileconfig.js
(You can change the time interval if you want). -
Run
npm install
. -
Run
npm run serve
.