mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 15:30:40 +00:00
update README
This commit is contained in:
parent
c86e81dcca
commit
b3a8ed0e4e
1 changed files with 12 additions and 8 deletions
18
README.md
18
README.md
|
|
@ -7,23 +7,24 @@ Stremio is a modern media center that's a one-stop solution for your video enter
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
#### Prerequisites:
|
### Prerequisites
|
||||||
|
|
||||||
* Node.js 10 or higher
|
* Node.js 10 or higher
|
||||||
* npm 6 or higher
|
* npm 6 or higher
|
||||||
|
|
||||||
### Install dependencies:
|
### Install dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Development:
|
### Start development server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
### Production:
|
### Production build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run build
|
npm run build
|
||||||
|
|
@ -31,13 +32,16 @@ npm run build
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
### Board:
|
### Board
|
||||||
|
|
||||||

|

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

|

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

|

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