onsip / sipjs.com

Are you looking for SIP.js? Try https://github.com/onsip/SIP.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Did you mean https://github.com/onsip/SIP.js ?

sipjs.com

SIP.js developer documentation https://sipjs.com

If you are looking for the SIP.js github page, you can find it at https://github.com/onsip/sip.js

Development

git clone https://gitlab.com/onsip/sipjs.com
cd sipjs.com
gem install bundler # http://bundler.io
bundle config set --local path 'vendor/bundle'
bundle install

bundle exec nanoc # build once
bundle exec nanoc view # serve over localhost:3000
bundle exec guard # live rebuild

Publish to Gitlab Pages:
  git push origin master

Publish to Github Pages (deprecated):
  bundle exec rake publish # publish to sipjs.com

About

Are you looking for SIP.js? Try https://github.com/onsip/SIP.js.


Languages

Language:JavaScript 99.7%Language:HTML 0.1%Language:CSS 0.1%Language:Ruby 0.0%