mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
update README
This commit is contained in:
parent
c86e81dcca
commit
b3a8ed0e4e
1 changed files with 12 additions and 8 deletions
20
README.md
20
README.md
|
|
@ -1,29 +1,30 @@
|
|||
# Stremio - The media center you need
|
||||
|
||||

|
||||

|
||||
[](https://stremio-development.netlify.app)
|
||||
|
||||
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:
|
||||
### Prerequisites
|
||||
|
||||
* Node.js 10 or higher
|
||||
* npm 6 or higher
|
||||
|
||||
### Install dependencies:
|
||||
### Install dependencies
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
### Development:
|
||||
### Start development server
|
||||
|
||||
```bash
|
||||
npm start
|
||||
```
|
||||
|
||||
### Production:
|
||||
### Production build
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
|
|
@ -31,13 +32,16 @@ npm run build
|
|||
|
||||
## Screenshots
|
||||
|
||||
### Board:
|
||||
### Board
|
||||
|
||||

|
||||
|
||||
### Discover:
|
||||
### Discover
|
||||
|
||||

|
||||
|
||||
### Meta Details:
|
||||
### Meta Details
|
||||
|
||||

|
||||
|
||||
## License
|
||||
|
|
|
|||
Loading…
Reference in a new issue