This repository is the source for developers.binary.com
Get help with implementing Binary Websockets API
Please follow the steps described here.
- Please change your repo name to
websockets-dev
- On the setting page of your fork on github, specify
gh-pages
branch as the source for "GitHub Pages". - Push your local development branch to the remote
gh-pages
branch on your fork. (e.g.git push origin my_dev_branch:gh-pages
) - Your changes would be available on
https://my-user-name.github.io/websockets-dev/
. (You can use a CNAME instead).