36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown

|
|
|
|
# [Daily](https://daily.co) | Examples
|
|
|
|
This repository uses [yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) so it's required to have yarn [installed](https://classic.yarnpkg.com/en/docs/install).
|
|
|
|
## Getting started
|
|
|
|
Setup dependencies via `yarn install`.
|
|
|
|
Run an example via `yarn workspace @dailyjs/basic-call dev` (replacing `basic-call` with the name of the demo)
|
|
|
|
Please note: these demos are intended as educational resources for using the Daily platform as well as showcasing common usage patterns and best practices. That said, they are not intended to be used as production ready applications.
|
|
|
|
---
|
|
|
|
## Contents
|
|
|
|
## [Daily JS (Web)](./dailyjs/)
|
|
|
|
Examples that showcase the Daily CallObject using our Javascript library
|
|
|
|
## [Prebuilt UI](./dailyjs/prebuilt-ui)
|
|
|
|
Examples that showcase using and customizing the Daily Prebuilt UI
|
|
|
|
---
|
|
|
|
## Contributions
|
|
|
|
We welcome all contributions that make it easier for developers to get to know Daily through these demos. If you'd like to open or claim an issue, add your own demo, or contribute in another way, please read CONTRIBUTING.md.
|
|
|
|
## Contact us
|
|
|
|
We're always happy to help developers building on Daily. Reach out to us any time at help@daily.co, or chat with us.
|