Set of examples built on the Fluid Framework
Перейти к файлу
Sonali Deshpande 4e6a75a42a wip 2024-12-10 08:21:47 +00:00
.github feat(dependabot): Add Dual dependabot configs to update fluid packages daily while others weekly (#1213) 2024-11-14 09:36:44 -08:00
.vscode Setup prettier in all examples (#543) 2022-10-18 11:41:44 -07:00
brainstorm wip 2024-12-10 08:21:47 +00:00
item-counter wip 2024-12-10 08:21:47 +00:00
item-counter-spe wip 2024-12-10 08:21:47 +00:00
.gitignore test: Replace `jest` + `puppeteer` for testing with `playwright` and add interactive tests (#1032) 2024-08-16 13:05:41 -07:00
.nvmrc Update to use 2.0 and SharedTree (#806) 2024-01-08 09:29:32 -08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-08-14 11:21:58 -07:00
LICENSE Initial LICENSE commit 2020-08-14 11:21:59 -07:00
README.md build: Misc. cleanup (#768) 2023-05-11 11:20:16 -07:00
SECURITY.md Initial SECURITY.md commit 2020-08-14 11:22:02 -07:00
build.yml test: Replace `jest` + `puppeteer` for testing with `playwright` and add interactive tests (#1032) 2024-08-16 13:05:41 -07:00
package-lock.json Bump syncpack from 12.4.0 to 13.0.0 (#1049) 2024-09-05 10:40:20 -07:00
package.json Bump syncpack from 12.4.0 to 13.0.0 (#1049) 2024-09-05 10:40:20 -07:00

README.md

Welcome to the Fluid Framework Examples Repository!

This codebase includes examples of collaborative applications built with the Fluid Framework. For documentation about the Fluid Framework, go to FluidFramework.com. The Fluid Framework repository lives at Github.com/Microsoft/FluidFramework.

Each example in this repository is a standalone application that defines a Fluid Container and loads it into a webpage.

Getting Started

To get started, clone the repository and navigate to one of the example folders. From the example root, you can install and start the example.

  1. Run npm install from the example root
  2. Run npm run start to start both the client and server

For more details see the individual example README.md.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.