Stremio - Freedom to Stream
Find a file
2020-04-07 23:01:27 +03:00
.github/workflows Update release.yml 2020-04-02 17:24:27 +03:00
fonts more roboto fonts included 2019-09-24 10:52:43 +03:00
images not found route implemented 2020-03-25 12:34:08 +02:00
src Router uses emptystring as default for pathname 2020-04-07 17:54:48 +03:00
storybook Merge branch 'development' of github.com:Stremio/stremio-web into nav-bars 2020-02-05 16:42:17 +02:00
tests empty path added to board path tests 2020-04-07 17:56:27 +03:00
.eslintrc enable eslint for settings and player 2020-03-06 13:42:05 +02:00
.gitignore dist renamed to build 2020-01-22 16:27:31 +02:00
.npmrc configure core-web to work with github packages 2020-03-24 11:32:28 +02:00
LICENSE.md Downgrade to GPL-V2 License 2020-04-07 23:01:27 +03:00
package.json stremio-core-web updated 2020-03-30 11:01:31 +03:00
README.md Build instructions added to README 2020-04-07 17:23:05 +03:00
webpack.config.js configure core-web to work with github packages 2020-03-24 11:32:28 +02:00
yarn.lock stremio-core-web updated 2020-03-30 11:01:31 +03:00

Stremio - the next generation media center

Build

Stremio is a modern media center that's a one-stop solution for your video entertainment. You discover, watch and organize video content from easy to install addons.

Build

Prerequisites:

  • Node.js 10 or higher
  • yarn configured for use with GitHub Packages

Install dependencies:

yarn install

Development:

yarn start

Production:

yarn build