Merge pull request #276 from nolanlawson/nolan/add-dev-docs
docs: add more explicit dev docsrelease
commit
ce777216cd
16
README.md
16
README.md
|
@ -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).
|
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
|
## Development
|
||||||
```sh
|
|
||||||
$ yarn build
|
```bash
|
||||||
$ yarn start
|
yarn build
|
||||||
$ yarn storybook
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
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!
|
## 🎩 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>
|
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).
|
🙌🏼 [Cal Henderson](https://github.com/iamcal).
|
||||||
|
|
Loading…
Reference in New Issue