Web application of baby monitoring, powered by SkyWay.
- Register SkyWay and make application. If you want to use within firewalls or proxy servers, please enable "TURN".
- Copy and paste your own API key to
common.js
.const APIKEY = 'YOUR_API_KEY';
- Paste your Google Analytics Tracking ID to
_config.yml
. (optional)google-analytics-tracking-id: YOUR_TRACKING_ID
- Install Jekyll.
$ bundle install
- Run Jekyll.
$ bundle exec jekyll serve