Skip to content

mediamonks/channels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Channels

This repository contains three npm workspaces:

First, install dependencies for all workspaces by running npm install in the root folder.

To run the example project, both the channels and use-channels packages need to be built:

npm run build -w packages/channels -w packages/use-channels

Then start the example project:

cd packages/example project
npm run start