Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miquido/quidlo-ui

The project was made by Miquido. https://www.miquido.com/
https://github.com/miquido/quidlo-ui

Last synced: 20 days ago
JSON representation

The project was made by Miquido. https://www.miquido.com/

Awesome Lists containing this project

README

        

# Quidlo UI

Quidlo UI is a package of React UI components used in Quidlo products

## Content

### Button
### Icon

## Installation

Installation of all declared yarn/npm dependencies
```
$ yarn
or
$ npm i
```

## Development

### Components

#### Developing project

Run webpack watcher on files, and development server able to reload after files changes
```
yarn start
or
npm run start
```

#### Testing project

Run all tests
```
yarn test
or
npm run test
```

Run test watcher (reloading after files changes)
```
yarn start-test
or
npm run start-test
```

#### Generating styleguide

Build styleguide
```
yarn styleguide:build
or
npm run styleguide:build
```

Run styleguide watcher (reloading after files changes)
```
yarn styleguide
or
npm run styleguide
```

Generate translation files
```
yarn translation
or
npm run translation
```

## Authors

**Miquido** (www.miquido.com)

* *Iryna Samoila*
* *Piotrek Polus*