Editing the UI?

I am wanting to experiment with the UI for Sonarr I have downloaded the package from GitHub and install npm and Gulp getSonarr and gulp startSonarr, but it always comes up as missing…
{
“message”: “NotFound”
}

Im sure there is something I need to do to make it work. I was planning on editing in Atom, on a Mac. I have not used Gulp before and not all to familiar with it.

You need to build the UI as well with gulp watch

in the terminal:
getSonarr
startSonarr -gulp watch

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.