https://github.com/wisembly/vendor-intercom
Intercom vendor used on Wisembly and Solid
https://github.com/wisembly/vendor-intercom
Last synced: about 1 year ago
JSON representation
Intercom vendor used on Wisembly and Solid
- Host: GitHub
- URL: https://github.com/wisembly/vendor-intercom
- Owner: Wisembly
- License: other
- Created: 2015-01-08T14:37:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T15:41:14.000Z (about 11 years ago)
- Last Synced: 2025-02-20T22:07:22.171Z (about 1 year ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wisembly Intercom Vendor
# Build
To generate the production files, make sure you have already installed the
dependencies using ````npm install```` and then just use:
````
npm run-script build
````
## Tests
To launch the test suite, make sure you have already installed the dependencies
using ````npm install````.
Tests are launching in all your installed browsers. They're also launched on
Travis CI, in PhantomJS.
````
npm test
````
## License
MIT. See `LICENSE.md`