Skip to content

Commit 7ec5f5d

Browse files
committed
add README
1 parent 4488486 commit 7ec5f5d

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

README.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
1-
# nuxt-janus-gateway
1+
# About This Repo
2+
Minimal Demo project for Nuxt.js + Janus Streaming Plugin Demo
23

3-
> My remarkable Nuxt.js project
4+
# Setup
45

5-
## Build Setup
6-
7-
``` bash
8-
# install dependencies
9-
$ yarn install
10-
11-
# serve with hot reload at localhost:3000
12-
$ yarn dev
13-
14-
# build for production and launch server
15-
$ yarn build
16-
$ yarn start
17-
18-
# generate static project
19-
$ yarn generate
20-
```
21-
22-
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
6+
npm install
7+
set the server for janus (index.vue)
8+
fill the streaming in the janus straming mount point
9+
yarn nuxt dev

0 commit comments

Comments
 (0)