Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/onsip/sipjs.com
- Owner: onsip
- Created: 2013-12-14T16:59:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:39:44.000Z (over 1 year ago)
- Last Synced: 2024-05-27T21:52:08.833Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.65 MB
- Stars: 14
- Watchers: 7
- Forks: 18
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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 installbundle 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