0a1503794d | ||
---|---|---|
.. | ||
.vscode | ||
config | ||
src | ||
.eslintrc.json | ||
.markdownlint.json | ||
.npmignore | ||
CHANGELOG.json | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
Third Party Notices.txt | ||
just.config.ts | ||
package.json | ||
project.json | ||
tsconfig.json | ||
webpack.config.js | ||
webpack.serve.config.js |
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.