### Install Dependencies and Start Storybook (Node.js) Source: https://github.com/umbraco/umbraco.ui/blob/main/docs/CONTRIBUTING.md Installs project dependencies using npm and starts the Storybook server for component development and testing. Ensure Node.js and npm are installed and at the recommended versions before running these commands. ```bash npm install npm run storybook ``` -------------------------------- ### Full Example with CDN and Root Styling Source: https://github.com/umbraco/umbraco.ui/blob/main/packages/uui-css/README.md This complete HTML example demonstrates integrating the UUI-CSS bundle via CDN and applying the necessary 'uui-font' and 'uui-text' classes to the body. It also includes an example of using a custom property for styling. ```html
Everything inside my app will now use the font from uui-font and tag styling from uui-text because the root(body) has the uui-font and uui-text classes.
I will have a background color from the custom properties.
Your settings content goes here.
User list content...
Document content...
Dashboard widgets...
Content with custom padding and border.
This box uses h2 for the headline element.
This component will now use the styling from uui-text because the root of the component has the uui-text class.
this paragraph uses a custom property from the uui custom properties to set its background color.