Skip to content

Commit

Permalink
docs: add more explicit dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Mar 8, 2019
1 parent c27e624 commit e8b4cfd
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,20 @@ Then add to your `.babelrc`:
You'll also need to ensure that Babel is transpiling `emoji-mart`, e.g. [by not excluding `node_modules` in `babel-loader`](https://github.com/babel/babel-loader#usage).

## Development
```sh
$ yarn build
$ yarn start
$ yarn storybook

```bash
yarn build
```

In two separate tabs:

```bash
yarn start
yarn storybook
```

The storybook is hosted at `localhost:6006`, and the code will be built on-the-fly.

## 🎩 Hat tips!
Powered by [iamcal/emoji-data](https://github.com/iamcal/emoji-data) and inspired by [iamcal/js-emoji](https://github.com/iamcal/js-emoji).<br>
🙌🏼  [Cal Henderson](https://github.com/iamcal).
Expand Down

0 comments on commit e8b4cfd

Please sign in to comment.