https://github.com/miquido/quidlo-ui
The project was made by Miquido. https://www.miquido.com/
https://github.com/miquido/quidlo-ui
Last synced: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T11:38:35.000Z (about 5 years ago)
- Last Synced: 2026-06-13T01:32:41.603Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 1
- 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*