@arthurzakharov/ui-kit
v1.0.92
Published
1. In `package.json` update following keys. Update with your **@namespace** for correct **NPM** publishing: - `name` - `repository` - `author` 2. Reinitialize **Git** and attach correct remote repository. To start your library from scratch. 3. Ru
Readme
React Library of UI Components
How to start?
- In
package.jsonupdate following keys. Update with your @namespace for correct NPM publishing:namerepositoryauthor
- Reinitialize Git and attach correct remote repository. To start your library from scratch.
- Run
npm installto install all dependencies. - Run
npm run storybookto star Visual Tests setup. - Follow UI to register your project with Chromatic.
- To publish on NPM add do not forget to make
npm login.
