Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onsip/sipjs.com

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

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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