bigbluebutton-Github/bbb-graphql-client-test/README.md
2023-03-11 12:17:16 -03:00

14 lines
231 B
Markdown

# 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
```