An online social space to have video conversations around prompts.
A blog post about how this demo was built can be found on the Vonage Developer Blog
Refer to the guide in our contributing guidelines on adding events.
- Create a new Video Chat Embed project on OpenTok. Take note of the Embed ID.
- Deploy this project to Netlify with these settings:
- Build command:
npm run build
- Publish directory:
dist
- Build command:
- Inside of the build settings - set
EMBED_ID
to the OpenTok Embed ID. - Set up any events and rooms you want accessible at
store/index.js
- Verify that the Website URL in your OpenTok proejct settings is the same as your Netlify URL.
You can skip steps 2 and 3 by using this button:
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
In the interest of fostering an open and welcoming environment, we strive to make participation in our project and our community a harassment-free experience for everyone. Please check out our Code of Conduct in full.
We ❤️ contributions from everyone! Check out the Contributing Guidelines for more information.
This project is subject to the MIT License