Use NPM:
npm install react-play-ui
npm run i-all
This command will run package installation in the library and the docs (playground) directory.
npm run dev
This will run npm start
on both directories with a --watch
arg, so it can listen to changes in the component library.
- Fork the project.
- Push your changes to a new branch
- Make a pull request to develop