update README

This commit is contained in:
nklhrstv 2021-11-01 16:02:12 +02:00
parent c86e81dcca
commit b3a8ed0e4e

View file

@ -7,23 +7,24 @@ Stremio is a modern media center that's a one-stop solution for your video enter
## 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
![Board](/screenshots/board.png)
### Discover:
### Discover
![Discover](/screenshots/discover.png)
### Meta Details:
### Meta Details
![Meta Details](/screenshots/metadetails.png)
## License