With the fact that this project is no longer under active development, as well as the fact that it is a relay for both a user's Plex and Trakt accounts, I would prefer to self host it.
Has anyone managed to do this, or are there any instructions on how to get it up and running on your own machine? I tried downloading the repo and doing stuff like the below, but didn't get it built properly
npm installnpm install -g bower grunt-clibower installgruntnpm run build
With the fact that this project is no longer under active development, as well as the fact that it is a relay for both a user's Plex and Trakt accounts, I would prefer to self host it.
Has anyone managed to do this, or are there any instructions on how to get it up and running on your own machine? I tried downloading the repo and doing stuff like the below, but didn't get it built properly
npm install
npm install -g bower grunt-cli
bower install
grunt
npm run build