Skip to content

Commit 7932322

Browse files
authored
Merge pull request #800 from HelixDesignSystem/HelixUI-v1.x-documentation
feat(v1.x): HelixUI-v1.x documentation
2 parents 447bd4d + 493b88b commit 7932322

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

README.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,37 @@
11
[![Build Status](https://travis-ci.com/HelixDesignSystem/helix-ui.svg?branch=master)](https://travis-ci.com/HelixDesignSystem/helix-ui)
22

33

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.
68

79
Adopting the library will enable developers to build products with consistent
810
markup, styles, and behavior across a variety of frameworks.
911

10-
[Homepage](https://helixdesignsystem.github.io/helix-ui/)
11-
1212
## Documentation
13-
* [Getting Started](https://helixdesignsystem.github.io/helix-ui/guides/getting-started/)
1413

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+
1625

1726
## Developer Setup
1827

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
2234

2335
## Run Component Test Suite
2436

25-
1. `yarn test` run full component test suite
37+
1. `$ yarn test` to run the full component test suite

docs/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66

77
{% block page_header %}
88
<p>
9-
HelixUI is a web UI component library built on top of modern web component
10-
standards in order to provide front-end developers a set of reusable CSS
11-
classes and HTML Custom Elements that adhere to Helix design standards.
9+
HelixUI is a web components library that provides front-end developers with a
10+
full suite of web components for building UIs.
1211
</p>
1312
{% endblock %}
1413

0 commit comments

Comments
 (0)