mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
update README with npm commands
This commit is contained in:
parent
47b00ad664
commit
ea298b06db
1 changed files with 4 additions and 4 deletions
|
|
@ -8,24 +8,24 @@ Stremio is a modern media center that's a one-stop solution for your video enter
|
||||||
|
|
||||||
#### Prerequisites:
|
#### Prerequisites:
|
||||||
* Node.js 10 or higher
|
* Node.js 10 or higher
|
||||||
* yarn __configured for use with GitHub Packages__
|
* npm 6 or higher
|
||||||
|
|
||||||
### Install dependencies:
|
### Install dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Development:
|
### Development:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
### Production:
|
### Production:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue