mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 22:36:14 +08:00
add development notes to readme
This commit is contained in:
parent
8dd561e327
commit
64843dd5a6
18
README.md
18
README.md
@ -354,6 +354,24 @@ export default {
|
||||
</script>
|
||||
```
|
||||
|
||||
## Development Setup
|
||||
|
||||
Currently only Yarn is supported for development because of a feature called workspaces we are using here.
|
||||
|
||||
``` bash
|
||||
# install deps
|
||||
yarn install
|
||||
|
||||
# serve examples at localhost:3000
|
||||
yarn start
|
||||
|
||||
# build dist files for packages
|
||||
yarn build:packages
|
||||
|
||||
# build dist files for examples
|
||||
yarn build:examples
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
|
||||
|
Loading…
Reference in New Issue
Block a user