docs: add contribution and development instructions to README
All checks were successful
Publish to npm / publish (push) Successful in 25s
All checks were successful
Publish to npm / publish (push) Successful in 25s
This commit is contained in:
parent
0eb95f05ae
commit
ee0e9d430c
|
@ -64,6 +64,15 @@ export default () => {
|
|||
|
||||
More features are on the roadmap.
|
||||
|
||||
## Contribution & Development
|
||||
|
||||
```zsh
|
||||
npm i # or `yarn`
|
||||
npm run dev # or `yarn dev`
|
||||
```
|
||||
|
||||
Then the package will launch a testing React hot-reload server in `localhost:1926`. The server file available in `playground` folder, feel free to modify content inside it.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
Loading…
Reference in New Issue
Block a user