Track all your series and movies in one place.
git clone https://github.com/knightburton/series-rush.git
curl -L https://www.npmjs.com/install.sh | sh
Or use nvm ( https://github.com/nvm-sh/nvm )
In the root folder:
npm install
If you run into any issue during install:
rm -rf node_modules
npm clean cache --force
npm install
npm start
Open http://localhost:3000 to view it in the browser.