An open API service indexing awesome lists of open source software.

https://github.com/ovh/ovh-ui-kit

OVHcloud UI Kit - Master UI Framework
https://github.com/ovh/ovh-ui-kit

component hacktoberfest ovh ovh-ui ovhcloud

Last synced: 5 months ago
JSON representation

OVHcloud UI Kit - Master UI Framework

Awesome Lists containing this project

README

          

# OVHcloud UI Kit

## Introduction

This repository is a monorepo containing all the source code of our components framework.

## Installation

Clone and install `ovh-ui-kit` by using [yarn](https://yarnpkg.com) >= 1.12.3 (we are using workspace feature: https://yarnpkg.com/lang/en/docs/cli/workspace/)

```bash
git clone https://github.com/ovh/ovh-ui-kit.git
cd ovh-ui-kit
yarn
```

## Develop

Run `ovh-ui-kit` in the [Workshop](./packages/apps/workshop).

This will open [Storybook](https://storybook.js.org/) in your default browser

```bash
yarn start
```

### Hot reload

Once you have `yarn start`-ed the project, you can edit anything with an automatic browser refresh as a result.

## Documentation

Documentation is available from the `packages/` folder, every package is self-documented throught a `README.md` file.

## Changelog

For full Changelog, visit .

## Related links

* Contribute: [https://github.com/ovh/ovh-ui-kit/blob/master/CONTRIBUTING.md](https://github.com/ovh/ovh-ui-kit/blob/master/CONTRIBUTING.md)
* Report bugs: [https://github.com/ovh/ovh-ui-kit/issues](https://github.com/ovh/ovh-ui-kit/issues)
* Get latest version: [https://github.com/ovh/ovh-ui-kit](https://github.com/ovh/ovh-ui-kit)

## License

See [https://github.com/ovh/ovh-ui-kit/blob/master/LICENSE](https://github.com/ovh/ovh-ui-kit/blob/master/LICENSE)