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.
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
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