docs: add more explicit dev docs

fixes #227
nolan/hinaloe-test
Nolan Lawson 2019-03-07 18:47:45 -08:00
parent c27e62456f
commit e8b4cfd4a8
1 changed files with 12 additions and 4 deletions

View File

@ -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).