1.0.2 • Published 12 months ago
@aloai/alo-pubsub-js v1.0.2
ALO.ai Javascript PubSub SDK
Usage & Installation TODO
https://app.gitbook.com/@alo-ai/s/alo/sdks/pubsub-sdk
Development
Start the development server
yarn startLink the package
yarn linkUse the linked package in your application
cd ../alo-web
yarn link @aloai/alo-pubsub-jsAnd don't forget to restart your development server
docker restart alo_web_1Deployment
You can commit a production build and reference a git SHA to
yarn buildOr you can release the build to npm; don't forget to bump the package version number
npm run build
npm publish --access=public
git tag <version>
git push origin <version>