@glowteam/client-core
v1.1.0
Published
This repo provides a javascript core api that is used by the Glow websites and apps.
Downloads
38
Keywords
Readme
Glow Client Core
This repo provides a javascript core api that is used by the Glow websites and apps.
Getting Started
yarn
to update dependenciesyarn start
to build and watch filesyarn build
to make a distribution fileyarn test
to run unit tests
Publishing
To publish a new version to Npm:
- ensure yarn has your Npm details with
yarn login
- run
yarn publish
and follow the prompts