Skip to content

aircoreio/aircore-sync-web-samples

Repository files navigation

Sync Web SDKs

This repo contains sample integrations for Aircore's web SDKs.

For more information you can check out the docs or jump right into the samples below.

Setup Instructions

NPM workspaces

Note: For npm version 7 or above

You can install all the dependencies for all the samples by running the following in the root directory.

npm ci

This makes all the samples ready to run and eliminates duplicate installation of dependencies.

Then you can do either

npm --workspace=sync-chat/vue run dev

or

cd sync-chat/vue
npm run dev

Individual samples

You can also install just the dependencies of the sample you care about and run it. Example:

cd sync-chat/vue
npm i
npm run dev

Sync Audio

Samples

Sync Chat

Samples

About

Sample integrations for Aircore's web SDKs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •