Set of examples built on the Fluid Framework
Перейти к файлу
nmsimons b78013e116 test updates 2024-06-21 15:35:12 -07:00
.github Update to use 2.0 and SharedTree (#806) 2024-01-08 09:29:32 -08:00
.vscode Setup prettier in all examples (#543) 2022-10-18 11:41:44 -07:00
brainstorm test updates 2024-06-21 15:35:12 -07:00
item-counter test updates 2024-06-21 15:35:12 -07:00
item-counter-spe test updates 2024-06-21 15:35:12 -07:00
.gitignore tools: Update test infra to generate test reports locally and in CI (#775) 2023-08-02 14:31:11 -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 Update to use 2.0 and SharedTree (#806) 2024-01-08 09:29:32 -08:00
package-lock.json build: Update dependencies (#869) 2024-03-28 14:29:03 -07:00
package.json Only support Node 18 and newer (#790) 2023-09-15 12:34:00 -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.