bigbluebutton-Github/bbb-graphql-client-test/README.md

14 lines
231 B
Markdown
Raw Normal View History

2023-03-11 23:17:16 +08:00
# bigbluebutton-graphql
This is a demonstration client that connects to BigBlueButton graphql API.
to run it:
```sh
git clone https://github.com/iMDT/bigbluebutton-graphql.git
cd bigbluebutton-graphql
npm install
npm start
```