m0ngr31 / EPlusTV

Virtual linear channels for ESPN, ESPN+, MSG+, NFL+, B1G+, NESN, Mountain West, FloSports, Paramount+, MLB.tv, and FOX Sports
MIT License
133 stars 23 forks source link

how can i install without docker #64

Closed waqarr closed 1 year ago

waqarr commented 1 year ago

is this possible to install without docker on ubuntu ?

m0ngr31 commented 1 year ago

Sure, just clone the repo, make sure you have Node >= 14 and npm >= 7 instaed, run npm ci to install the dependencies, and finally npm start to run the project

waqarr commented 1 year ago

Thank you so much