Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/miquido/quidlo-ui
- Owner: miquido
- Created: 2021-04-26T08:45:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T11:38:35.000Z (over 3 years ago)
- Last Synced: 2024-11-09T11:34:55.611Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*