|
1 | 1 | [](https://travis-ci.com/HelixDesignSystem/helix-ui) |
2 | 2 |
|
3 | 3 |
|
4 | | -# HelixUI |
5 | | -The HelixUI library provides front-end developers a set of reusable CSS classes and HTML Custom Elements that adhere to Helix design standards. |
| 4 | +# HelixUI Web Components Library |
| 5 | + |
| 6 | +The HelixUI Web Components library provides front-end developers a full suite |
| 7 | +of web components for building UIs. |
6 | 8 |
|
7 | 9 | Adopting the library will enable developers to build products with consistent |
8 | 10 | markup, styles, and behavior across a variety of frameworks. |
9 | 11 |
|
10 | | -[Homepage](https://helixdesignsystem.github.io/helix-ui/) |
11 | | - |
12 | 12 | ## Documentation |
13 | | - * [Getting Started](https://helixdesignsystem.github.io/helix-ui/guides/getting-started/) |
14 | 13 |
|
15 | | - * [React Compatiblity](https://helixdesignsystem.github.io/helix-ui/guides/react-compatibility/) |
| 14 | + * Homepage - https://helixdesignsystem.github.io/helix-ui/ |
| 15 | + * Getting Started Guide - https://helixdesignsystem.github.io/helix-ui/guides/getting-started/ |
| 16 | + * NPM Releases - https://www.npmjs.com/package/helix-ui |
| 17 | + |
| 18 | +## Helix-React Wrappers + React Support |
| 19 | + |
| 20 | + * Our sister repo **Helix-React** - https://github.com/HelixDesignSystem/helix-react - provides |
| 21 | + React component wrappers to HelixUI. |
| 22 | + * NPM Releases - https://www.npmjs.com/package/@helix-design-system/helix-react |
| 23 | + * React Compatiblity with Web Components - https://helixdesignsystem.github.io/helix-ui/guides/react-compatibility/ |
| 24 | + |
16 | 25 |
|
17 | 26 | ## Developer Setup |
18 | 27 |
|
19 | | -1. [install yarn](https://yarnpkg.com/en/docs/install) |
20 | | -2. `yarn install` to install project dependencies |
21 | | -3. `yarn start` to begin working |
| 28 | +1. Install Yarn - https://yarnpkg.com/en/docs/install |
| 29 | +2. `$ git clone [email protected]:HelixDesignSystem/helix-ui.git` (recommended for 2FA setups) |
| 30 | +3. `$ cd helix-ui` |
| 31 | +4. `$ yarn install` to install project dependencies |
| 32 | +5. `$ yarn start` |
| 33 | +6. Navigate to `http://127.0.0.1:3000` in your favorite browser |
22 | 34 |
|
23 | 35 | ## Run Component Test Suite |
24 | 36 |
|
25 | | -1. `yarn test` run full component test suite |
| 37 | +1. `$ yarn test` to run the full component test suite |
0 commit comments