fluentui/apps/public-docsite
Sarah Higley 0a1503794d
docs: update title of v8 keyboard-accessible drag & drop example, add docs (#32216)
2024-08-06 14:52:14 -07:00
..
.vscode
config
src docs: update title of v8 keyboard-accessible drag & drop example, add docs (#32216) 2024-08-06 14:52:14 -07:00
.eslintrc.json Disallow `window` and `document` access for `@fluentui/react` and related packages. (#30063) 2024-01-09 16:51:42 -08:00
.markdownlint.json
.npmignore
CHANGELOG.json applying package updates 2022-09-22 07:43:47 +00:00
CHANGELOG.md applying package updates 2022-09-22 07:43:47 +00:00
LICENSE
README.md chore: replace lage with nx for task(targets) orchestration (#31949) 2024-07-31 15:11:41 +02:00
Third Party Notices.txt
just.config.ts chore: migrate whole repo to new `@fluentui/scripts-*` family of packages (#26182) 2023-01-10 18:12:14 +01:00
package.json chore: normalize target names and target dependency graph to properly utilize cache hits (#31926) 2024-07-17 09:54:00 +02:00
project.json chore: normalize target names and target dependency graph to properly utilize cache hits (#31926) 2024-07-17 09:54:00 +02:00
tsconfig.json chore: introduce TS path aliases for improved DX in v8 (#25778) 2022-11-30 17:52:15 +01:00
webpack.config.js chore: migrate whole repo to new `@fluentui/scripts-*` family of packages (#26182) 2023-01-10 18:12:14 +01:00
webpack.serve.config.js chore: migrate whole repo to new `@fluentui/scripts-*` family of packages (#26182) 2023-01-10 18:12:14 +01:00

README.md

Fluent UI website

The official website for the Fluent UI project.

Fluent UI is a collection of projects that represent the Fluent design language in code. This website helps document the components and styles that make up Fluent UI.

Build the website

See the readme for instructions on getting started with Fluent UI development.

Once your repo is set up, run the following to start a local copy of the website. (Be sure to start from the root of the repo, not the public-docsite folder.)

yarn
yarn nx run public-docsite:build

yarn nx run public-docsite:start

yarn nx run public-docsite:start will open your operating system's default web browser with the website. You can make changes to the code which will automatically build and refresh the page using live-reload.