@cohubinc/cohub-utils

Typescript utilities

Usage no npm install needed!

<script type="module">
  import cohubincCohubUtils from 'https://cdn.skypack.dev/@cohubinc/cohub-utils';
</script>

README

Utils

Typescript utilities

Development

Get the app running locally

  1. Clone and cd into the repo

  2. Install the dependencies

> yarn install
  1. Start the build process

watches for changes in the ./src directory and builds the app bundle into ./dist

> yarn watch
  1. Run tests
> yarn test