Skip to content

Commit

Permalink
Merge pull request #276 from nolanlawson/nolan/add-dev-docs
Browse files Browse the repository at this point in the history
docs: add more explicit dev docs
  • Loading branch information
nolanlawson authored Mar 8, 2019
2 parents c27e624 + e8b4cfd commit ce77721
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 ce77721

Please sign in to comment.