diff --git a/README.md b/README.md index aa8b936..6419ef9 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file