Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin authored Dec 23, 2023
1 parent 031d506 commit 92a2575
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions README.md
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
```

0 comments on commit 92a2575

Please sign in to comment.