-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
031d506
commit 92a2575
Showing
1 changed file
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,27 @@ | ||
# Ekaterinburg UI | ||
# ekb | ||
|
||
[![npm version](https://badge.fury.io/js/ekb.svg)](https://www.npmjs.com/ekb) | ||
|
||
React components for ekaterinburgdev projects | ||
|
||
**[Storybook](https://ekaterinburg-ui.vercel.app/)** | ||
|
||
<img src="https://github.com/ekaterinburgdev/ekaterinburg-ui/assets/22644149/0368caab-711d-456a-b707-6e46eafa8bcc" width="388" /> | ||
|
||
## Develop | ||
|
||
```bash | ||
pnpm i | ||
pnpm storybook | ||
``` | ||
|
||
## Publish | ||
## Development | ||
|
||
1. Install [Node.js](https://nodejs.org/en/download/) and [pnpm](https://www.npmjs.com/package/pnpm#user-content-usage) | ||
|
||
2. Install dependencies | ||
|
||
``` | ||
pnpm run build | ||
npm publish | ||
pnpm i | ||
``` | ||
|
||
## Build static site with ui | ||
```bash | ||
pnpm build-storybook | ||
3. Run local server | ||
|
||
``` | ||
pnpm start | ||
``` |