https://github.com/wisembly/vendor-mixpanel
Mixpanel vendor used on Wisembly and Solid
https://github.com/wisembly/vendor-mixpanel
Last synced: about 1 year ago
JSON representation
Mixpanel vendor used on Wisembly and Solid
- Host: GitHub
- URL: https://github.com/wisembly/vendor-mixpanel
- Owner: Wisembly
- License: other
- Created: 2015-01-08T14:37:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T14:39:58.000Z (about 9 years ago)
- Last Synced: 2025-02-20T22:07:30.126Z (about 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wisembly Mixpanel 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`