Merge pull request #276 from nolanlawson/nolan/add-dev-docs
docs: add more explicit dev docsnolan/hinaloe-test
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).
|
||||
|
||||
## 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).
|
||||
|
|
Loading…
Reference in New Issue