Skip to content

norbertnemeth/series-rush

 
 

Repository files navigation

Series-Rush

Track all your series and movies in one place.

Usage

Get the code

git clone https://github.com/knightburton/series-rush.git

Install npm

curl -L https://www.npmjs.com/install.sh | sh

Or use nvm ( https://github.com/nvm-sh/nvm )

Install packages

In the root folder:

npm install

Optional: Clean install

If you run into any issue during install:

rm -rf node_modules

npm clean cache --force

npm install

Start the npm server

npm start

Enjoy

Open http://localhost:3000 to view it in the browser.

About

TV Series and Movies tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • HTML 0.4%