Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 588 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 588 Bytes

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.